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 CSE case where upper plan has no projection #16011

Merged
merged 3 commits into from
May 2, 2024
Merged

fix: Fix CSE case where upper plan has no projection #16011

merged 3 commits into from
May 2, 2024

Conversation

ritchie46
Copy link
Member

fixes #15980

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

codecov bot commented May 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.92%. Comparing base (5062732) to head (ac852e4).
Report is 4 commits behind head on main.

❗ Current head ac852e4 differs from pull request most recent head 72448b2. Consider uploading reports for the commit 72448b2 to get more accurate results

Additional details and impacted files
@@             Coverage Diff             @@
##             main   #16011       +/-   ##
===========================================
+ Coverage   55.42%   80.92%   +25.50%     
===========================================
  Files        1180     1384      +204     
  Lines      152602   178198    +25596     
  Branches        0     3050     +3050     
===========================================
+ Hits        84573   144214    +59641     
+ Misses      68029    33497    -34532     
- Partials        0      487      +487     
Flag Coverage Δ
python 74.43% <100.00%> (?)
rust 78.14% <100.00%> (+22.72%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@ritchie46 ritchie46 merged commit b6e0844 into main May 2, 2024
25 checks passed
@ritchie46 ritchie46 deleted the cse branch May 2, 2024 11:21
AlexanderNenninger pushed a commit to AlexanderNenninger/polars that referenced this pull request May 3, 2024
Wouittone pushed a commit to Wouittone/polars that referenced this pull request Jun 22, 2024
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.

filtering a concatenated LazyFrame raises incorrect ColumnNotFoundError exception
1 participant