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(rust): Unsoundness in CSV SplitFields #18413

Merged
merged 1 commit into from
Aug 28, 2024

Conversation

orlp
Copy link
Collaborator

@orlp orlp commented Aug 27, 2024

Fixes #18409.

@github-actions github-actions bot added fix Bug fix rust Related to Rust Polars labels Aug 27, 2024
Copy link

codecov bot commented Aug 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.88%. Comparing base (d12131a) to head (76e7caf).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #18413      +/-   ##
==========================================
- Coverage   79.89%   79.88%   -0.02%     
==========================================
  Files        1495     1495              
  Lines      200214   200203      -11     
  Branches     2867     2867              
==========================================
- Hits       159966   159930      -36     
- Misses      39702    39727      +25     
  Partials      546      546              

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

@ritchie46 ritchie46 merged commit 794eea0 into pola-rs:main Aug 28, 2024
22 checks passed
r-brink pushed a commit to r-brink/polars that referenced this pull request Aug 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Bug fix rust Related to Rust Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Possible miscompilation/unsoundness with latest toolchain update
2 participants