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

[FEA] Support GPU-accelerated IO writers in Polars #16738

Open
beckernick opened this issue Sep 4, 2024 · 0 comments
Open

[FEA] Support GPU-accelerated IO writers in Polars #16738

beckernick opened this issue Sep 4, 2024 · 0 comments
Labels
feature request New feature or request

Comments

@beckernick
Copy link
Member

Currently, Polars can use GPU-accelerated readers but not writers.

Unlike Lazy API queries that materialize a result in memory, the sink_* APIs don't require calling collect() (e.g., sink_parquet) to trigger execution and are explicitly tied to Polars streaming mode, which is undergoing a significant rewrite.

Given that, we may want to hold off for now. Filing for tracking and discussion purposes.

@beckernick beckernick added the feature request New feature or request label Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant