Regression in 1.10.0: ComputeError when parsing quoted string #19432
Labels
invalid
A bug report that is not actually a bug
needs triage
Awaiting prioritization by a maintainer
python
Related to Python Polars
Checks
Reproducible example
Fails:
Works:
Or:
Log output
Issue description
I encountered a ComputeError when attempting to parse a string in a CSV column using Polars version 1.10.0. The string in question is "test test" test, which should be parsed as a valid string. This issue did not occur in previous versions of Polars, making it a regression introduced in 1.10.0.
I can use the quote_char=None parameter to overcome the issue.
Expected behavior
The string <"test test" test> should be successfully parsed as a valid string in the 'Name' column without raising an error
Installed versions
The text was updated successfully, but these errors were encountered: