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: parquet rle boolean decoder #14931

Merged
merged 1 commit into from Mar 8, 2024
Merged

fix: parquet rle boolean decoder #14931

merged 1 commit into from Mar 8, 2024

Conversation

ritchie46
Copy link
Member

Fixes #14902

I don't like the way we force everything to be an iterator and map the result. This is overly expensive. Will go back to the drawing board on this one.

@github-actions github-actions bot added fix Bug fix python Related to Python Polars rust Related to Rust Polars labels Mar 8, 2024
@ritchie46 ritchie46 merged commit 0814afe into main Mar 8, 2024
19 checks passed
@ritchie46 ritchie46 deleted the parquet2 branch March 8, 2024 15:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.

parquet file saved with pyarrow 14.0.1 reports different column lengths
1 participant