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: Only validate UTF-8 for selected items when all below len 128 #20183

Merged

Conversation

coastalwhite
Copy link
Collaborator

Fixes #20174.

@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 4a18809 into pola-rs:main Dec 6, 2024
23 of 24 checks passed
@coastalwhite coastalwhite deleted the fix/pq-utf8-validation-slice-20174 branch December 6, 2024 09:37
Copy link

codecov bot commented Dec 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.62%. Comparing base (36b1244) to head (55440d2).
Report is 8 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #20183      +/-   ##
==========================================
- Coverage   79.63%   79.62%   -0.02%     
==========================================
  Files        1564     1564              
  Lines      217472   217712     +240     
  Branches     2474     2475       +1     
==========================================
+ Hits       173188   173352     +164     
- Misses      43715    43791      +76     
  Partials      569      569              

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

Error slicing parquet file starting with Polars 1.13.0+
2 participants