[FEA] JSON reader should parse non-boolean values as null #4779
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.
When parsing the following JSON file and specifying that the
number
column is a boolean type, Spark will produce the valuestrue
andnull
, but on GPU we would producetrue
for both rows (once #4780 is merged).There is a similar issue with numeric values.
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
Depends on rapidsai/cudf#10283
The text was updated successfully, but these errors were encountered: