Enrico Guiraud
Enrico Guiraud
As this needs a rebase anyway, the easiest way to move it forward is probably to split it in 2 PRs: one for the changes in cling and PyROOT (where...
Assigning to Axel because I am not sure whether ROOT tries to support s390x at all.
With this patch, this code: ```python import ROOT from dask.distributed import Client, LocalCluster if __name__ == "__main__": client = Client(LocalCluster(n_workers=1, processes=False, threads_per_worker=1)) df = ROOT.RDF.Experimental.Distributed.Dask.RDataFrame(10, daskclient=client) df = ROOT.RDataFrame(10) c...