Can't filter_typename
in uproot.dask
#1363
Labels
bug (unverified)
The problem described would be a bug, but needs to be triaged
filter_typename
in uproot.dask
#1363
Some types of branches can't be interpreted, but we should be able to skip them and read everything else. Here's a file that has a branch named
"PARAMETERS/_intMap/_intMap.first"
whose interpretation is Unknown: https://cernbox.cern.ch/rootjs/public/dIbBvBgjhm1swNO/events_000189367.root?contextRouteName=files-public-link&contextRouteParams.driveAliasAndItem=public%2FdIbBvBgjhm1swNO&items-per-page=100You can skip the unknown branches with uproot.concatenate (the eager equivalent of uproot.dask):
but you can't delay that read with Dask:
It seems like uproot.dask is ignoring the
filter_name
argument. That's an important argument for work-arounds like this!The text was updated successfully, but these errors were encountered: