[FEA] JSON reader: support unquoted JSON field names.
Open
0 - Backlog
cuIO
feature request
libcudf
Spark
- Dominant language
- C++
- Stars
- 9.8k
- Forks
- 1.1k
- Avg merge
- 3d 6m
- Merged PRs (30d)
- 278
Description
This is part of FEA of https://github.com/NVIDIA/spark-rapids/issues/9
We have a JSON file
``` json
{name: "Reynold Xin"}
```
Spark can parse it when enabling `allowUnquotedFieldNames`
CUDF parsing will throw exception
We expect there is a configure `allowUnquotedFieldNames` to control this behavior.
Contributor guide
Assessment
This issue has not been assessed yet.