-
Notifications
You must be signed in to change notification settings - Fork 236
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 Parseing Inf, -Inf, and NaN not supported #125
Comments
revans2
added
bug
Something isn't working
? - Needs Triage
Need team to review and classify
SQL
part of the SQL/Dataframe plugin
labels
Jun 8, 2020
sameerz
added
P2
Not required for release
and removed
? - Needs Triage
Need team to review and classify
labels
Aug 18, 2020
Inf and -Inf are now partially supported, but they are not configurable. |
JSON also can't parse NaN. |
7 tasks
I filed #4644 for supporting |
tgravescs
pushed a commit
to tgravescs/spark-rapids
that referenced
this issue
Nov 30, 2023
Signed-off-by: spark-rapids automation <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Parsing these values results in a null.
Steps/Code to reproduce bug
There are integration tests added .
Expected behavior
Ideally we would be able to support
positiveInf
,negativeInf
, andnanValue
CSV parser options.The text was updated successfully, but these errors were encountered: