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: AnyValue Series from Categorical/Enum #18893

Merged
merged 2 commits into from
Sep 24, 2024

Conversation

coastalwhite
Copy link
Collaborator

Fixes #18874.

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

codecov bot commented Sep 24, 2024

Codecov Report

Attention: Patch coverage is 79.06977% with 27 lines in your changes missing coverage. Please review.

Project coverage is 79.88%. Comparing base (f1133a4) to head (a545c9f).
Report is 6 commits behind head on main.

Files with missing lines Patch % Lines
crates/polars-core/src/series/any_value.rs 75.40% 15 Missing ⚠️
...polars-core/src/chunked_array/logical/enum_/mod.rs 82.35% 12 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #18893      +/-   ##
==========================================
+ Coverage   79.86%   79.88%   +0.01%     
==========================================
  Files        1520     1521       +1     
  Lines      206545   206675     +130     
  Branches     2906     2906              
==========================================
+ Hits       164958   165093     +135     
+ Misses      41039    41034       -5     
  Partials      548      548              

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

@ritchie46 ritchie46 merged commit 162c1e6 into pola-rs:main Sep 24, 2024
25 of 26 checks passed
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.

Casting String lit to Categorical
2 participants