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: Don't try to load non-existend List/FSL statistics #20388

Merged

Conversation

coastalwhite
Copy link
Collaborator

Fixes #19241.

@github-actions github-actions bot added fix Bug fix python Related to Python Polars rust Related to Rust Polars labels Dec 20, 2024
@coastalwhite coastalwhite changed the title fix: Don't try to load non-existed List/FSL statistics fix: Don't try to load non-existend List/FSL statistics Dec 20, 2024
@ritchie46 ritchie46 merged commit e074e1a into pola-rs:main Dec 20, 2024
23 checks passed
Copy link

codecov bot commented Dec 20, 2024

Codecov Report

Attention: Patch coverage is 75.00000% with 4 lines in your changes missing coverage. Please review.

Project coverage is 78.90%. Comparing base (2c9e503) to head (1197e59).
Report is 9 commits behind head on main.

Files with missing lines Patch % Lines
...es/polars-parquet/src/arrow/read/statistics/mod.rs 75.00% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #20388      +/-   ##
==========================================
- Coverage   78.91%   78.90%   -0.01%     
==========================================
  Files        1567     1565       -2     
  Lines      219928   219778     -150     
  Branches     2465     2465              
==========================================
- Hits       173549   173423     -126     
+ Misses      45811    45787      -24     
  Partials      568      568              

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

Unable to roundtrip Parquet with nested Array in parallel=prefiltered
2 participants