Skip to content

Reading single basket over xrootd #1582

@alexander-held

Description

@alexander-held

The following attempts to read a single basket over xrootd and breaks for me:

import uproot

fname = "root://eospublic.cern.ch:1094//eos/opendata/atlas/rucio/mc20_13TeV/DAOD_PHYSLITE.37620644._000012.pool.root.1"
f = uproot.open({fname: "CollectionTree"})
f["AnalysisJetsAuxDyn.pt"].basket(0)

I am using these versions of software:

fsspec                            2026.2.0
fsspec-xrootd                     0.5.2
uproot                            5.7.1
xrootd                            5.9.1

Doing the same with a local file (after xrdcp) works fine.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugThe problem described is something that must be fixed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions