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: Don't partition group-by with non-scalar literals in agg #20704

Merged
merged 1 commit into from
Jan 14, 2025
Merged

Conversation

ritchie46
Copy link
Member

fixes #20699

@github-actions github-actions bot added fix Bug fix python Related to Python Polars rust Related to Rust Polars labels Jan 14, 2025
Copy link
Contributor

The uncompressed lib size after this PR is 39.0199 MB.

@coastalwhite

This comment was marked as outdated.

@ritchie46 ritchie46 merged commit 1cd72ff into main Jan 14, 2025
27 checks passed
@ritchie46 ritchie46 deleted the lit branch January 14, 2025 08:42
Copy link

codecov bot commented Jan 14, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.92%. Comparing base (38dc65f) to head (a1f3364).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #20704   +/-   ##
=======================================
  Coverage   79.92%   79.92%           
=======================================
  Files        1559     1559           
  Lines      221180   221181    +1     
  Branches     2530     2530           
=======================================
+ Hits       176771   176782   +11     
+ Misses      43827    43817   -10     
  Partials      582      582           

☔ 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
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.

strange behavior with groupby / dot
2 participants