Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/agoose77/docs-colum…
Browse files Browse the repository at this point in the history
…n-opt' into agoose77/docs-column-opt
  • Loading branch information
agoose77 committed Dec 18, 2024
2 parents fd3239f + 0ed22c2 commit cef785f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dask_awkward/layers/layers.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ def project(

def necessary_columns(self, report: TypeTracerReport, state: T) -> frozenset[str]:
"""Report the necessary _columns_ implied by a given buffer optimisation state.
Each IO source usually has the notion of a "column". For uproot, that's a TTree key,
whilst Parquet has "fields". Awkward operates at the _buffer_ level, which is nearly-always
a lower-level representation. As such, when users want to answer the question "which IO-columns"
Expand Down

0 comments on commit cef785f

Please # to comment.