[FEA] Make JSON parsing of NaN
and Infinity
values fully compatible with Spark
#4646
Labels
feature request
New feature or request
Is your feature request related to a problem? Please describe.
In #4637 we are adding partial support for parsing
NaN
andInfinity
values from JSON but there are many edge cases still where we are not compatible.Describe the solution you'd like
The XFAIL test in
json_test.py
that links to this issue should pass.Describe alternatives you've considered
None
Additional context
None
The text was updated successfully, but these errors were encountered: