-
Notifications
You must be signed in to change notification settings - Fork 235
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
[BUG] CSV reading null inconsistent between spark.rapids.sql.format.csv.enabled=true&false #1986
Comments
|
So just to clarify a bit. By default Spark treats an empty string as null. When Spark parses |
Adding to 0.5 to set |
The PR to disable csv by default is #2072 . There are other longer term fixes required here, so leaving this open. |
Describe the bug
input...
schema...
config spark.rapids.sql.format.csv.enabled = true ...
config spark.rapids.sql.format.csv.enabled = false ...
Expected behavior
results should be the same
Environment details (please complete the following information)
The text was updated successfully, but these errors were encountered: