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(python): Rechunk group-by __iter__ #18162

Merged
merged 1 commit into from
Aug 13, 2024
Merged

perf(python): Rechunk group-by __iter__ #18162

merged 1 commit into from
Aug 13, 2024

Conversation

ritchie46
Copy link
Member

Fixes a pathological case where every group, triggers a rechunk.

@github-actions github-actions bot added performance Performance issues or improvements python Related to Python Polars labels Aug 13, 2024
@ritchie46 ritchie46 merged commit e5995d1 into main Aug 13, 2024
14 checks passed
@ritchie46 ritchie46 deleted the group_iter branch August 13, 2024 12:24
@c-peters c-peters added the accepted Ready for implementation label Aug 19, 2024
Copy link

codecov bot commented Aug 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.35%. Comparing base (c8fde41) to head (d433f66).
Report is 48 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #18162      +/-   ##
==========================================
+ Coverage   80.32%   80.35%   +0.03%     
==========================================
  Files        1496     1496              
  Lines      197871   197872       +1     
  Branches     2822     2822              
==========================================
+ Hits       158930   159001      +71     
+ Misses      38419    38349      -70     
  Partials      522      522              

☔ 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
accepted Ready for implementation performance Performance issues or improvements python Related to Python Polars
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants