NVIDIA / NVIDIA/cudf

[FEA] JSON reader: ignores Java/C++ style comment

Open
#10,265 5 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.