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 delta encoding for 0-bitwidth miniblocks #18289

Merged
merged 2 commits into from
Aug 21, 2024

Conversation

coastalwhite
Copy link
Collaborator

No description provided.

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

codecov bot commented Aug 20, 2024

Codecov Report

Attention: Patch coverage is 77.27273% with 5 lines in your changes missing coverage. Please review.

Project coverage is 80.20%. Comparing base (8d43ba1) to head (a7c18d5).
Report is 38 commits behind head on main.

Files Patch % Lines
...et/src/parquet/encoding/delta_bitpacked/decoder.rs 42.85% 4 Missing ⚠️
crates/polars-io/src/parquet/read/predicates.rs 93.33% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #18289      +/-   ##
==========================================
- Coverage   80.21%   80.20%   -0.02%     
==========================================
  Files        1501     1501              
  Lines      198925   198924       -1     
  Branches     2837     2837              
==========================================
- Hits       159576   159538      -38     
- Misses      38821    38858      +37     
  Partials      528      528              

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

@ritchie46 ritchie46 merged commit 19a54ed into pola-rs:main Aug 21, 2024
22 checks passed
@coastalwhite coastalwhite deleted the perf-small-parquet-optimizations branch August 21, 2024 07:41
@c-peters c-peters added the accepted Ready for implementation label Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted Ready for implementation fix Bug fix python Related to Python Polars rust Related to Rust Polars
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants