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

fix(rust, python): fix freeze/stall when writing more than 2^31 string values to parquet #5366

Merged
merged 3 commits into from
Nov 6, 2022

Conversation

ritchie46
Copy link
Member

@ritchie46 ritchie46 commented Oct 28, 2022

@github-actions github-actions bot added chore Maintenance work that does not impact the user rust Related to Rust Polars labels Oct 28, 2022
@ritchie46 ritchie46 merged commit 609ac98 into master Nov 6, 2022
@ritchie46 ritchie46 deleted the update_arrow branch November 6, 2022 09:16
@ritchie46 ritchie46 changed the title chore(rust): update arrow fix(rust, python): fix freeze/stall when writing more than 2^31 string values to parquet Nov 6, 2022
@github-actions github-actions bot added fix Bug fix python Related to Python Polars labels Nov 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Maintenance work that does not impact the user fix Bug fix python Related to Python Polars rust Related to Rust Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

write_parquet performs very badly on large files compared to write_csv
1 participant