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: Rechunk before we go into grouped gathers #17623

Merged
merged 1 commit into from
Jul 14, 2024
Merged

perf: Rechunk before we go into grouped gathers #17623

merged 1 commit into from
Jul 14, 2024

Conversation

ritchie46
Copy link
Member

fixes #17562

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

codecov bot commented Jul 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.68%. Comparing base (d43df08) to head (63a19f5).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #17623      +/-   ##
==========================================
+ Coverage   80.66%   80.68%   +0.02%     
==========================================
  Files        1484     1484              
  Lines      195402   195409       +7     
  Branches     2779     2779              
==========================================
+ Hits       157615   157671      +56     
+ Misses      37277    37228      -49     
  Partials      510      510              

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

@ritchie46 ritchie46 merged commit b85654e into main Jul 14, 2024
27 checks passed
@ritchie46 ritchie46 deleted the rechunk branch July 14, 2024 11:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Performance issues or improvements python Related to Python Polars rust Related to Rust Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Slow partition_by gets fixed by presorting
1 participant