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

refactor(rust): introduce partitioned table #14819

Merged
merged 1 commit into from
Mar 2, 2024
Merged

refactor(rust): introduce partitioned table #14819

merged 1 commit into from
Mar 2, 2024

Conversation

ritchie46
Copy link
Member

This can make working with partitioned tables less error prone. Only used now for streaming joins as pre-work for upcoming streaming outer join. Can be used in group-bys and default joins logic as well.

@github-actions github-actions bot added internal An internal refactor or improvement rust Related to Rust Polars labels Mar 2, 2024
Copy link

codecov bot commented Mar 2, 2024

Codecov Report

Attention: Patch coverage is 94.33962% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 80.94%. Comparing base (a34e2b0) to head (575842b).
Report is 3 commits behind head on main.

Files Patch % Lines
...rates/polars-pipe/src/executors/sinks/joins/mod.rs 81.25% 3 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##             main   #14819    +/-   ##
========================================
  Coverage   80.94%   80.94%            
========================================
  Files        1325     1327     +2     
  Lines      171952   172080   +128     
  Branches     2452     2452            
========================================
+ Hits       139188   139293   +105     
- Misses      32292    32317    +25     
+ Partials      472      470     -2     

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

@ritchie46 ritchie46 merged commit a29ed68 into main Mar 2, 2024
19 checks passed
@ritchie46 ritchie46 deleted the join branch March 2, 2024 13:49
@c-peters c-peters added the accepted Ready for implementation label Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted Ready for implementation internal An internal refactor or improvement rust Related to Rust Polars
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants