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: Fix pyarrow predicate pushdown regression #18145

Merged
merged 1 commit into from
Aug 12, 2024
Merged

fix: Fix pyarrow predicate pushdown regression #18145

merged 1 commit into from
Aug 12, 2024

Conversation

ritchie46
Copy link
Member

fixes #18141

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

codecov bot commented Aug 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.33%. Comparing base (13ff0e9) to head (396bfc4).

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #18145      +/-   ##
==========================================
- Coverage   80.36%   80.33%   -0.03%     
==========================================
  Files        1496     1496              
  Lines      197796   197796              
  Branches     2822     2822              
==========================================
- Hits       158962   158906      -56     
- Misses      38312    38368      +56     
  Partials      522      522              

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

@ritchie46 ritchie46 merged commit 39ae478 into main Aug 12, 2024
27 checks passed
@ritchie46 ritchie46 deleted the pyarrow branch August 12, 2024 12:36
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.

Predicates with & where one side is is_in(Series) are no longer pushed down to pyarrow scan
1 participant