We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Null values, default empty string, are not respected by the CSV parser.
Steps/Code to reproduce bug A test is being added to the integration tests.
The text was updated successfully, but these errors were encountered:
This appears to have been fixed by some changes to CUDF. The test now pass.
XPASS ../../src/main/python/csv_test.py::test_round_trip[-String][APPROXIMATE_FLOAT] https://github.com/NVIDIA/spark-rapids/issues/127 XPASS ../../src/main/python/csv_test.py::test_round_trip[csv-String][APPROXIMATE_FLOAT] https://github.com/NVIDIA/spark-rapids/issues/127
Sorry, something went wrong.
Update submodule cudf to 26c22b6 (NVIDIA#127)
1de305c
Signed-off-by: spark-rapids automation <[email protected]>
revans2
Successfully merging a pull request may close this issue.
Describe the bug
Null values, default empty string, are not respected by the CSV parser.
Steps/Code to reproduce bug
A test is being added to the integration tests.
The text was updated successfully, but these errors were encountered: