Skip to content

fix: Incorrect quote check in CSV parser #21826

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

Merged
merged 1 commit into from
Mar 18, 2025
Merged

Conversation

orlp
Copy link
Member

@orlp orlp commented Mar 18, 2025

Fixes #21823.

@orlp orlp requested review from ritchie46 and c-peters as code owners March 18, 2025 16:37
@github-actions github-actions bot added fix Bug fix python Related to Python Polars rust Related to Rust Polars labels Mar 18, 2025
Copy link

codecov bot commented Mar 18, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.11%. Comparing base (c34170f) to head (8b4ab42).
Report is 7 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #21826      +/-   ##
==========================================
- Coverage   81.11%   81.11%   -0.01%     
==========================================
  Files        1613     1615       +2     
  Lines      233270   233336      +66     
  Branches     2688     2691       +3     
==========================================
+ Hits       189227   189272      +45     
- Misses      43413    43434      +21     
  Partials      630      630              

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

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@ritchie46 ritchie46 merged commit dbfc99f into pola-rs:main Mar 18, 2025
22 checks passed
jsjasonseba pushed a commit to jsjasonseba/polars that referenced this pull request Mar 23, 2025
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.

read_csv() panics while trying to parse quoted russian letters with try_parse_dates=True
2 participants