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

Update Lazy Polars to support streaming and in-built parquet support #838

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

pascalwhoop
Copy link

@pascalwhoop pascalwhoop commented Sep 15, 2024

Description

Currently playing with Polars and noticing that we don't support streaming which is quite nice for larger than memory datasets.

Note I'm just opening this as a trigger for discussion, I realize this is not yet done and cannot promise I will continue on this since this was just me playing around on the weekend. But hoping I get to play more and bring this into our pipeline (and thus here) :)

Development notes

Updated to the latest features of polars which includes streaming=True and leaving the option to the user to do partitioned writing using rust based parquet support

Checklist

  • Opened this PR as a 'Draft Pull Request' if it is work-in-progress
  • Updated the documentation to reflect the code changes
  • Added a description of this change in the relevant RELEASE.md file
  • Added tests to cover my changes

Signed-off-by: Pascal Bro <git@pascalbrokmeier.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant