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 decoding #14921

Closed
wants to merge 1 commit into from
Closed

fix: parquet RLE boolean decoding #14921

wants to merge 1 commit into from

Conversation

ritchie46
Copy link
Member

@ritchie46 ritchie46 commented Mar 8, 2024

fixes #14902

@github-actions github-actions bot added fix Bug fix python Related to Python Polars rust Related to Rust Polars labels Mar 8, 2024
Copy link

codecov bot commented Mar 8, 2024

Codecov Report

Attention: Patch coverage is 97.77778% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 81.02%. Comparing base (de5bad0) to head (9b87b6e).

Files Patch % Lines
...lars-parquet/src/arrow/read/deserialize/bitmaps.rs 97.29% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main   #14921   +/-   ##
=======================================
  Coverage   81.01%   81.02%           
=======================================
  Files        1332     1333    +1     
  Lines      172874   172902   +28     
  Branches     2458     2458           
=======================================
+ Hits       140058   140087   +29     
+ Misses      32347    32346    -1     
  Partials      469      469           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ritchie46
Copy link
Member Author

Superseded by #14931

@ritchie46 ritchie46 closed this Mar 8, 2024
@ritchie46 ritchie46 deleted the parquet branch March 8, 2024 15:26
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