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: Serialize categories of Enum in arrow metadata #20181

Merged
merged 5 commits into from
Dec 6, 2024
Merged

fix: Serialize categories of Enum in arrow metadata #20181

merged 5 commits into from
Dec 6, 2024

Conversation

ritchie46
Copy link
Member

fixes #19389 fixes #20083

Fixes #19944

@github-actions github-actions bot added fix Bug fix python Related to Python Polars rust Related to Rust Polars labels Dec 6, 2024
@ritchie46 ritchie46 merged commit abbad69 into main Dec 6, 2024
23 checks passed
@ritchie46 ritchie46 deleted the enum branch December 6, 2024 08:53
Copy link

codecov bot commented Dec 6, 2024

Codecov Report

Attention: Patch coverage is 90.44118% with 13 lines in your changes missing coverage. Please review.

Project coverage is 79.64%. Comparing base (cbc0ea0) to head (31aa731).
Report is 15 commits behind head on main.

Files with missing lines Patch % Lines
crates/polars-core/src/schema.rs 14.28% 6 Missing ⚠️
...eam/src/nodes/io_sources/parquet/metadata_utils.rs 0.00% 2 Missing ⚠️
...m/src/nodes/io_sources/parquet/row_group_decode.rs 0.00% 2 Missing ⚠️
crates/polars-arrow/src/ffi/schema.rs 83.33% 1 Missing ⚠️
...s-core/src/chunked_array/builder/list/anonymous.rs 50.00% 1 Missing ⚠️
crates/polars-stream/src/nodes/io_sources/ipc.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #20181      +/-   ##
==========================================
+ Coverage   79.58%   79.64%   +0.05%     
==========================================
  Files        1564     1564              
  Lines      217475   217526      +51     
  Branches     2472     2474       +2     
==========================================
+ Hits       173070   173240     +170     
+ Misses      43837    43717     -120     
- Partials      568      569       +1     

☔ 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
1 participant