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: count_rows multi-threaded under-counting in parser.rs #14963

Merged
merged 1 commit into from
Mar 10, 2024

Conversation

ambidextrous
Copy link
Contributor

No description provided.

@github-actions github-actions bot added fix Bug fix python Related to Python Polars rust Related to Rust Polars labels Mar 10, 2024
Copy link

codecov bot commented Mar 10, 2024

Codecov Report

Attention: Patch coverage is 85.71429% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 81.01%. Comparing base (f29e3a6) to head (e850659).
Report is 1 commits behind head on main.

Files Patch % Lines
crates/polars-io/src/csv/parser.rs 85.71% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main   #14963   +/-   ##
=======================================
  Coverage   81.00%   81.01%           
=======================================
  Files        1333     1333           
  Lines      172994   172997    +3     
  Branches     2458     2458           
=======================================
+ Hits       140142   140151    +9     
+ Misses      32385    32378    -7     
- Partials      467      468    +1     

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

@ritchie46 ritchie46 changed the title fix: [14956] count_rows multi-threaded under-counting in parser.rs fix: count_rows multi-threaded under-counting in parser.rs Mar 10, 2024
@ritchie46
Copy link
Member

Nice one! Thanks a lot. Great fix and welcome :).

Fixes #14956

@ritchie46 ritchie46 merged commit be08160 into pola-rs:main Mar 10, 2024
20 checks passed
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.

None yet

2 participants