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 prefiltered with projection pushdown #18714

Merged
merged 1 commit into from
Sep 12, 2024

Conversation

coastalwhite
Copy link
Collaborator

@coastalwhite coastalwhite commented Sep 12, 2024

Fixes #18710.

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

codecov bot commented Sep 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.88%. Comparing base (f7e168a) to head (cc1d6c0).
Report is 6 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #18714      +/-   ##
==========================================
- Coverage   79.92%   79.88%   -0.04%     
==========================================
  Files        1513     1513              
  Lines      203340   203465     +125     
  Branches     2892     2892              
==========================================
+ Hits       162528   162547      +19     
- Misses      40264    40370     +106     
  Partials      548      548              

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

@ritchie46
Copy link
Member

Fix confirmed. 👍

@ritchie46 ritchie46 merged commit 0e5e554 into pola-rs:main Sep 12, 2024
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.

PDS Q19 failing since Polars 1.7.0
2 participants