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(python): Respect schema_overrides in batched csv reader #19755

Merged
merged 2 commits into from
Nov 14, 2024
Merged

Conversation

ritchie46
Copy link
Member

@ritchie46 ritchie46 commented Nov 13, 2024

fixes #19685

@github-actions github-actions bot added fix Bug fix python Related to Python Polars labels Nov 13, 2024
@ritchie46 ritchie46 merged commit 5f11dd9 into main Nov 14, 2024
24 checks passed
@ritchie46 ritchie46 deleted the batched branch November 14, 2024 13:26
Copy link

codecov bot commented Nov 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.56%. Comparing base (8cb7839) to head (b37a915).
Report is 11 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff            @@
##             main   #19755    +/-   ##
========================================
  Coverage   79.55%   79.56%            
========================================
  Files        1544     1545     +1     
  Lines      213240   213433   +193     
  Branches     2441     2442     +1     
========================================
+ Hits       169643   169808   +165     
- Misses      43048    43075    +27     
- Partials      549      550     +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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

schema_overrides in pl.read_csv_batched requires full schema instead of partial overrides
1 participant