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

perf: Explicit transpose in new-streaming equi-join finalize #20363

Merged
merged 2 commits into from
Dec 19, 2024

Conversation

orlp
Copy link
Collaborator

@orlp orlp commented Dec 19, 2024

This ensures the Drop happens in parallel and reduces clones which were bottlenecks.

@github-actions github-actions bot added performance Performance issues or improvements python Related to Python Polars rust Related to Rust Polars labels Dec 19, 2024
Copy link

codecov bot commented Dec 19, 2024

Codecov Report

Attention: Patch coverage is 0% with 24 lines in your changes missing coverage. Please review.

Project coverage is 79.10%. Comparing base (5fc9a19) to head (62efc22).
Report is 28 commits behind head on main.

Files with missing lines Patch % Lines
crates/polars-stream/src/nodes/joins/equi_join.rs 0.00% 24 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #20363      +/-   ##
==========================================
- Coverage   79.10%   79.10%   -0.01%     
==========================================
  Files        1572     1572              
  Lines      219919   219958      +39     
  Branches     2465     2465              
==========================================
+ Hits       173973   173999      +26     
- Misses      45378    45391      +13     
  Partials      568      568              

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

@orlp orlp merged commit db1684d into pola-rs:main Dec 19, 2024
20 checks passed
@c-peters c-peters added the accepted Ready for implementation label Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted Ready for implementation performance Performance issues or improvements python Related to Python Polars rust Related to Rust Polars
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants