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: Incorrect output type for map_groups returning all-NULL column #20743

Merged
merged 3 commits into from
Jan 16, 2025

Conversation

nameexhaustion
Copy link
Collaborator

Fixes #15260
Fixes #15260

@github-actions github-actions bot added fix Bug fix python Related to Python Polars rust Related to Rust Polars labels Jan 16, 2025
@nameexhaustion nameexhaustion force-pushed the agg-returns-scalar-all-null branch from ed7a893 to 088eef7 Compare January 16, 2025 09:50
@ritchie46
Copy link
Member

The tests are my bad. A rebase should help.

@nameexhaustion nameexhaustion force-pushed the agg-returns-scalar-all-null branch from 04c04be to 57922f8 Compare January 16, 2025 12:27
Copy link

codecov bot commented Jan 16, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.73%. Comparing base (233b396) to head (57922f8).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #20743   +/-   ##
=======================================
  Coverage   79.72%   79.73%           
=======================================
  Files        1561     1561           
  Lines      221908   221912    +4     
  Branches     2530     2530           
=======================================
+ Hits       176915   176938   +23     
+ Misses      44411    44392   -19     
  Partials      582      582           

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

@nameexhaustion nameexhaustion marked this pull request as ready for review January 16, 2025 13:11
@ritchie46 ritchie46 merged commit 68f547e into pola-rs:main Jan 16, 2025
27 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.

Return all nulls from map_groups causes panic
2 participants