dask-contrib / dask-awkward

Native Dask collection for awkward arrays, and the library to use it.
https://dask-awkward.readthedocs.io
BSD 3-Clause "New" or "Revised" License
61 stars 19 forks source link

Fuse `getitem` calls that are only `str` or `tuple[str]` arguments at graph building time #206

Closed douglasdavis closed 1 year ago

douglasdavis commented 1 year ago

See discussion here: https://github.com/dask/dask/issues/9795#issuecomment-1494447562

It would be useful to combine these layers before the upstream blockwise optimization

douglasdavis commented 1 year ago

@martindurant this can be closed, right?

martindurant commented 1 year ago

Yes, this will be covered by the general linear fusing, although I don't think we have an explicit test for it.