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(rust, python): group_by partitioned with literal Series panic #15487

Merged
merged 7 commits into from
Apr 7, 2024

Conversation

CanglongCl
Copy link
Contributor

Closes #15354.

@github-actions github-actions bot added fix Bug fix python Related to Python Polars rust Related to Rust Polars labels Apr 4, 2024
Copy link

codecov bot commented Apr 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.16%. Comparing base (31df06d) to head (863ae71).
Report is 8 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #15487      +/-   ##
==========================================
+ Coverage   81.14%   81.16%   +0.02%     
==========================================
  Files        1362     1362              
  Lines      174951   175001      +50     
  Branches     2533     2533              
==========================================
+ Hits       141960   142041      +81     
+ Misses      32508    32478      -30     
+ Partials      483      482       -1     

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

Copy link
Member

@ritchie46 ritchie46 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @CanglongCl. Good to go. 👌

@ritchie46 ritchie46 merged commit eda3ccd into pola-rs:main Apr 7, 2024
23 checks passed
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.

.group_by(series).agg(...) fails when using is_not_null in aggregation
2 participants