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: UTF-8 validation of nested string slice in Parquet #21262

Merged

Conversation

coastalwhite
Copy link
Collaborator

Fixes #21202.

@github-actions github-actions bot added fix Bug fix python Related to Python Polars rust Related to Rust Polars labels Feb 14, 2025
@coastalwhite coastalwhite force-pushed the fix/nested-string-slice-utf8-21202 branch from c8a6ce2 to ca05c76 Compare February 14, 2025 10:00
Copy link

codecov bot commented Feb 14, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.80%. Comparing base (d8aad1c) to head (ca05c76).
Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #21262      +/-   ##
==========================================
- Coverage   79.87%   79.80%   -0.08%     
==========================================
  Files        1596     1596              
  Lines      228468   228470       +2     
  Branches     2607     2607              
==========================================
- Hits       182492   182333     -159     
- Misses      45380    45541     +161     
  Partials      596      596              

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

@ritchie46 ritchie46 merged commit 3cc6e5b into pola-rs:main Feb 14, 2025
27 checks passed
@coastalwhite coastalwhite deleted the fix/nested-string-slice-utf8-21202 branch February 14, 2025 14:27
@supermarin
Copy link

mind cutting 1.22.1 with this fix in?

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.

Panic during UTF8 verification
3 participants