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: Only flush if operator can flush in streaming outer join #16723

Merged
merged 1 commit into from
Jun 4, 2024

Conversation

ritchie46
Copy link
Member

fixes #16720

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

codecov bot commented Jun 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.44%. Comparing base (a314cb6) to head (f5a2ede).

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #16723   +/-   ##
=======================================
  Coverage   81.43%   81.44%           
=======================================
  Files        1413     1413           
  Lines      186248   186248           
  Branches     2812     2812           
=======================================
+ Hits       151677   151691   +14     
+ Misses      34039    34025   -14     
  Partials      532      532           

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

@ritchie46 ritchie46 merged commit ddf8126 into main Jun 4, 2024
27 checks passed
@ritchie46 ritchie46 deleted the streaming branch June 4, 2024 17:23
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.

PanicException when using collect(streaming=True) on two LazyFrames from scan_parquet() calls.
1 participant