[FEA] JSON reader should parse quoted floating point values as null #4647
Labels
cudf_dependency
An issue or PR with this label depends on a new feature in cudf
feature request
New feature or request
Is your feature request related to a problem? Please describe.
Given the following JSON file, Spark will produce the values
1.0
andnull
, but on GPU we would produce1.0
for both rows (once #4637 is merged).Describe the solution you'd like
We should have consistent behavior with Spark. We need to remove the XFAIL from the test in json_test.py that references this issue.
Describe alternatives you've considered
None
Additional context
None
The text was updated successfully, but these errors were encountered: