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: Allow .get(null) in groupby context #19401

Merged
merged 1 commit into from
Oct 23, 2024

Conversation

orlp
Copy link
Collaborator

@orlp orlp commented Oct 23, 2024

Fixes #15163.

@github-actions github-actions bot added fix Bug fix python Related to Python Polars rust Related to Rust Polars labels Oct 23, 2024
@ritchie46 ritchie46 merged commit b64e032 into pola-rs:main Oct 23, 2024
19 checks passed
Copy link

codecov bot commented Oct 23, 2024

Codecov Report

Attention: Patch coverage is 0% with 2 lines in your changes missing coverage. Please review.

Project coverage is 80.19%. Comparing base (27289b2) to head (6b51d25).
Report is 20 commits behind head on main.

Files with missing lines Patch % Lines
crates/polars-expr/src/expressions/gather.rs 0.00% 2 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##             main   #19401    +/-   ##
========================================
  Coverage   80.18%   80.19%            
========================================
  Files        1523     1527     +4     
  Lines      209897   210286   +389     
  Branches     2434     2440     +6     
========================================
+ Hits       168314   168630   +316     
- Misses      41028    41101    +73     
  Partials      555      555            

☔ 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