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 collect_schema() for fill_null() after an aggregation expression in group-by context #19993

Merged
merged 2 commits into from
Nov 26, 2024

Conversation

nameexhaustion
Copy link
Collaborator

Fixes #19984
Fixes #19990

Elementwise functions should maintain the agg_list of the input expr for schema resolution.

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

codecov bot commented Nov 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.49%. Comparing base (f0d087d) to head (657875e).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #19993      +/-   ##
==========================================
- Coverage   79.49%   79.49%   -0.01%     
==========================================
  Files        1556     1556              
  Lines      216407   216407              
  Branches     2456     2456              
==========================================
- Hits       172040   172039       -1     
- Misses      43809    43810       +1     
  Partials      558      558              

☔ 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
2 participants