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

perf: Dispatch Parquet Primitive PLAIN decoding to faster kernels when possible #19611

Merged

Conversation

coastalwhite
Copy link
Collaborator

No description provided.

@github-actions github-actions bot added performance Performance issues or improvements python Related to Python Polars rust Related to Rust Polars labels Nov 3, 2024
Copy link

codecov bot commented Nov 3, 2024

Codecov Report

Attention: Patch coverage is 73.06397% with 80 lines in your changes missing coverage. Please review.

Project coverage is 79.92%. Comparing base (0b0a914) to head (6c198c2).
Report is 6 commits behind head on main.

Files with missing lines Patch % Lines
crates/polars-arrow/src/bitmap/utils/mod.rs 70.50% 41 Missing ⚠️
crates/polars-arrow/src/bitmap/immutable.rs 52.50% 38 Missing ⚠️
...quet/src/arrow/read/deserialize/primitive/plain.rs 98.14% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #19611      +/-   ##
==========================================
- Coverage   79.96%   79.92%   -0.05%     
==========================================
  Files        1536     1536              
  Lines      211374   211616     +242     
  Branches     2445     2445              
==========================================
+ Hits       169034   169138     +104     
- Misses      41785    41923     +138     
  Partials      555      555              

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

@coastalwhite coastalwhite merged commit 5210697 into pola-rs:main Nov 4, 2024
20 checks passed
@coastalwhite coastalwhite deleted the perf/pq-remove-leading-trailing branch November 4, 2024 07:39
@c-peters c-peters added the accepted Ready for implementation label Nov 4, 2024
tylerriccio33 pushed a commit to tylerriccio33/polars that referenced this pull request Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted Ready for implementation performance Performance issues or improvements python Related to Python Polars rust Related to Rust Polars
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants