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 filter incorrectly pushed past struct unnest when unnested column name matches upper column name #19638

Merged
merged 4 commits into from
Nov 6, 2024

Conversation

nameexhaustion
Copy link
Collaborator

Fixes #19632

@github-actions github-actions bot added fix Bug fix python Related to Python Polars rust Related to Rust Polars labels Nov 5, 2024
@nameexhaustion nameexhaustion changed the title fix: Fix filter incorrectly pushed past struct unnest if the inner column name matched input schema fix: Fix filter incorrectly pushed past struct unnest when the inner column name also existed on the outer frame Nov 5, 2024
Copy link

codecov bot commented Nov 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.93%. Comparing base (0f64785) to head (cd5655f).
Report is 8 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #19638   +/-   ##
=======================================
  Coverage   79.92%   79.93%           
=======================================
  Files        1536     1536           
  Lines      211686   211689    +3     
  Branches     2445     2445           
=======================================
+ Hits       169192   169208   +16     
+ Misses      41939    41926   -13     
  Partials      555      555           

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

@nameexhaustion nameexhaustion changed the title fix: Fix filter incorrectly pushed past struct unnest when the inner column name also existed on the outer frame fix: Fix filter incorrectly pushed past struct unnest when unnested column name matches upper column name Nov 5, 2024
@ritchie46 ritchie46 merged commit 0ab5944 into pola-rs:main Nov 6, 2024
26 checks passed
tylerriccio33 pushed a commit to tylerriccio33/polars that referenced this pull request Nov 8, 2024
@nameexhaustion nameexhaustion deleted the filter-pd-unnest branch November 18, 2024 08:21
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.

LazyFrame optimizer incorrectly reorders filter/unnest
2 participants