[FEA] JSON reader: ignores Java/C++ style comment
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": // name
"Reynold Xin"}
```
Spark can parse it when enabling `allowComments` and `multiLine`
or
``` json
{'name': /* hello */ 'Reynold Xin'}
```
Spark can parse it when enabling `allowComments`
We expect there is a configure `allowComments` to control this behavior.
Contributor guide
Assessment
This issue has not been assessed yet.