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: Don't collapse into a Nested Loop Join if the cross join maintains order #20729

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

coastalwhite
Copy link
Collaborator

Fixes #20725.

@github-actions github-actions bot added fix Bug fix python Related to Python Polars rust Related to Rust Polars labels Jan 15, 2025
Copy link

codecov bot commented Jan 15, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.70%. Comparing base (a0d96f2) to head (6f09844).
Report is 18 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #20729      +/-   ##
==========================================
+ Coverage   79.03%   79.70%   +0.67%     
==========================================
  Files        1559     1561       +2     
  Lines      221238   221933     +695     
  Branches     2529     2530       +1     
==========================================
+ Hits       174851   176891    +2040     
+ Misses      45806    44460    -1346     
- Partials      581      582       +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.

filter row order not preserved for lazy execution on 1.19.0
1 participant