Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP][POC] Basic from_arrow_dataset API #1175

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

rjzamora
Copy link
Member

This is an experimental POC, and is very-much a work in progress (if I decide the idea makes sense).

I wasn't originally planning on proposing this API for dask/dask (or dask-expr), but I suppose it could make it easier to remove/replace legacy IO code if the new logic was essentially dd.from_arrow_dataset(dataset: pyarrow.dataset.Dataset).

Note: The GPU-backend version of the code would essentially override FromArrowDataset.read_fragments.

@rjzamora rjzamora added the enhancement New feature or request label Dec 13, 2024
@rjzamora rjzamora self-assigned this Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant