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(rust): Handle AnyValue::Struct to prevent null returns #18801

Merged
merged 1 commit into from
Sep 22, 2024

Conversation

i64
Copy link
Contributor

@i64 i64 commented Sep 18, 2024

Fixes #18800.

@i64 i64 changed the title fix(rust): handle AnyValue::Struct to prevent null returns fix(rust): Handle AnyValue::Struct to prevent null returns Sep 18, 2024
@github-actions github-actions bot added fix Bug fix rust Related to Rust Polars and removed title needs formatting labels Sep 18, 2024
Copy link

codecov bot commented Sep 18, 2024

Codecov Report

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

Project coverage is 79.85%. Comparing base (25f84e4) to head (54b6640).
Report is 20 commits behind head on main.

Files with missing lines Patch % Lines
crates/polars-core/src/series/any_value.rs 91.17% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #18801      +/-   ##
==========================================
+ Coverage   79.84%   79.85%   +0.01%     
==========================================
  Files        1518     1518              
  Lines      205577   205595      +18     
  Branches     2892     2892              
==========================================
+ Hits       164144   164184      +40     
+ Misses      40885    40863      -22     
  Partials      548      548              

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

@ritchie46 ritchie46 merged commit 6087316 into pola-rs:main Sep 22, 2024
22 of 23 checks passed
@ritchie46
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Bug fix rust Related to Rust Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

from_any_values_and_dtype converts AnyValue::Struct to null
2 participants