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: Shift mask when skipping Bitpacked values in Parquet #20810

Merged

Conversation

coastalwhite
Copy link
Collaborator

Fixes #20809.

@github-actions github-actions bot added fix Bug fix python Related to Python Polars rust Related to Rust Polars labels Jan 20, 2025
Copy link

codecov bot commented Jan 20, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.69%. Comparing base (bf57bde) to head (d9a638d).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #20810      +/-   ##
==========================================
+ Coverage   79.62%   79.69%   +0.07%     
==========================================
  Files        1568     1568              
  Lines      222958   222969      +11     
  Branches     2544     2544              
==========================================
+ Hits       177535   177705     +170     
+ Misses      44839    44680     -159     
  Partials      584      584              

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

@ritchie46 ritchie46 merged commit b4b8f81 into pola-rs:main Jan 21, 2025
28 checks passed
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.

Panic in Parquet required_masked dense decode kernel
2 participants