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 nullable object in map_elements #20422

Merged
merged 1 commit into from
Dec 23, 2024
Merged

fix(python): Fix nullable object in map_elements #20422

merged 1 commit into from
Dec 23, 2024

Conversation

ritchie46
Copy link
Member

fixes #17936

@github-actions github-actions bot added fix Bug fix python Related to Python Polars labels Dec 23, 2024
Copy link

codecov bot commented Dec 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.02%. Comparing base (5294cb5) to head (cf814f7).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #20422      +/-   ##
==========================================
+ Coverage   79.00%   79.02%   +0.01%     
==========================================
  Files        1562     1562              
  Lines      220166   220163       -3     
  Branches     2486     2486              
==========================================
+ Hits       173944   173979      +35     
+ Misses      45649    45611      -38     
  Partials      573      573              

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

@ritchie46 ritchie46 merged commit f213c36 into main Dec 23, 2024
27 checks passed
@ritchie46 ritchie46 deleted the object branch December 23, 2024 15:18
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.

map_elements sometimes returns None instead of null
1 participant