Vincenzo Eduardo Padulano
Vincenzo Eduardo Padulano
### Check duplicate issues. - [ ] Checked for duplicates ### Description See the report on the forum https://root-forum.cern.ch/t/accessing-attributes-of-distributed-rdataframe-instance-after-filter-and-define-are-called/59261 This is simply due to distributed RDataFrame not keeping track of...
Re-opening [this PR](https://github.com/root-project/root/pull/15578) to check if the clad failures were real.
The first two commits are cherry-picked from #13302 , so we need that one in before merging this one.
Introduce a new method to get a label for the data source that the current RDataFrame is processing. There are three major types: * The dataframe will process a TTree...
The logic in `RNTupleDS::PrepareNextRanges` and `RNTupleDS::GetRanges` had to be changed a bit to accommodate the new case, I think it could be streamlined but I didn't want to change too...
### Explain what you would like to see improved and how. The RDataFrame JIT logic makes use of a series of controlled memory leaks between different functions to ensure lifetime...
### Explain what you would like to see improved and how. As proposed in the following forum post: https://root-forum.cern.ch/t/how-to-stop-rdataframe-from-changing-column-type-from-std-vector-double-to-root-rvec/58971/3 ### ROOT version Any ### Installation method Any ### Operating system...
It's a small change and it may help with the sporadic `dataframe-vary` unittest failures