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 projection pushdown bug in IEJOINS #19015

Merged
merged 2 commits into from
Sep 30, 2024
Merged

fix: Fix projection pushdown bug in IEJOINS #19015

merged 2 commits into from
Sep 30, 2024

Conversation

ritchie46
Copy link
Member

fixes #19005

@github-actions github-actions bot added fix Bug fix python Related to Python Polars rust Related to Rust Polars labels Sep 30, 2024
@ritchie46 ritchie46 merged commit 53a3590 into main Sep 30, 2024
23 checks passed
@ritchie46 ritchie46 deleted the join branch September 30, 2024 08:12
Copy link

codecov bot commented Sep 30, 2024

Codecov Report

Attention: Patch coverage is 71.42857% with 6 lines in your changes missing coverage. Please review.

Project coverage is 79.87%. Comparing base (e402e70) to head (2d80df4).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
crates/polars-plan/src/plans/ir/format.rs 0.00% 6 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main   #19015   +/-   ##
=======================================
  Coverage   79.87%   79.87%           
=======================================
  Files        1524     1524           
  Lines      207653   207710   +57     
  Branches     2905     2906    +1     
=======================================
+ Hits       165857   165913   +56     
  Misses      41248    41248           
- Partials      548      549    +1     

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

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.

join_where ColumnNotFound error for LazyFrame query
1 participant