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: Struct outer nullabillity #18156

Merged
merged 4 commits into from
Aug 13, 2024
Merged

fix: Struct outer nullabillity #18156

merged 4 commits into from
Aug 13, 2024

Conversation

ritchie46
Copy link
Member

@ritchie46 ritchie46 commented Aug 13, 2024

Fix more struct out nullabillity bugs.

fixes #18119

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

codecov bot commented Aug 13, 2024

Codecov Report

Attention: Patch coverage is 96.05263% with 3 lines in your changes missing coverage. Please review.

Project coverage is 80.37%. Comparing base (8c19d18) to head (ba7322d).
Report is 2 commits behind head on main.

Files Patch % Lines
crates/polars-core/src/chunked_array/ops/zip.rs 95.23% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #18156      +/-   ##
==========================================
+ Coverage   80.34%   80.37%   +0.02%     
==========================================
  Files        1496     1496              
  Lines      197809   197871      +62     
  Branches     2822     2822              
==========================================
+ Hits       158934   159031      +97     
+ Misses      38353    38318      -35     
  Partials      522      522              

☔ 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
Development

Successfully merging this pull request may close these issues.

Nullability of Struct series
1 participant