[BUG] CSV escaped " in quoted strings produce incorrect value #129
Labels
bug
Something isn't working
cudf_dependency
An issue or PR with this label depends on a new feature in cudf
P1
Nice to have for release
SQL
part of the SQL/Dataframe plugin
Describe the bug
If I have the following line in a CSV file, that just has a single string in it.
The CPU and GPU produce different results, and the GPU version looks totally wrong, because it just copied the data as is, and didn't try to parse it.
To reproduce this add the line to
integration_tests/src/test/resources/str.csv
and rerun the integration tests.csv_test.py::test_basic_read
should start to fail.The text was updated successfully, but these errors were encountered: