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(python): Fix fill null types #19656

Merged
merged 1 commit into from
Nov 6, 2024
Merged

fix(python): Fix fill null types #19656

merged 1 commit into from
Nov 6, 2024

Conversation

ritchie46
Copy link
Member

fixes #19651

@github-actions github-actions bot added fix Bug fix python Related to Python Polars labels Nov 6, 2024
@ritchie46 ritchie46 merged commit 6b0a906 into main Nov 6, 2024
13 checks passed
@ritchie46 ritchie46 deleted the fill_null branch November 6, 2024 10:51
Copy link

codecov bot commented Nov 6, 2024

Codecov Report

Attention: Patch coverage is 75.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 79.93%. Comparing base (0f64785) to head (474ffe5).
Report is 12 commits behind head on main.

Files with missing lines Patch % Lines
py-polars/polars/lazyframe/frame.py 75.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #19656      +/-   ##
==========================================
+ Coverage   79.92%   79.93%   +0.01%     
==========================================
  Files        1536     1536              
  Lines      211686   211718      +32     
  Branches     2445     2446       +1     
==========================================
+ Hits       169192   169241      +49     
+ Misses      41939    41923      -16     
+ Partials      555      554       -1     

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

tylerriccio33 pushed a commit to tylerriccio33/polars that referenced this pull request Nov 8, 2024
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fill_null only fills Int32 columns when filling with an untyped integer literal
1 participant