Github user gatorsmile commented on the issue:
https://github.com/apache/spark/pull/16386
@NathanHowell It sounds like we also can provide multi-line support for
JSON too. For example, in a single JSON file
```
{"a": 1,
"b": 1.1}
{"a": 2, "b": 1.1}
{"a": 3, "b": 1.1}
```
When using the `wholeFile` mode, we only parse the first Json record `{"a":
1, b": 1.1}` but ignore the following records. It sounds like we should also
parse them too and rename `wholeFile` to `multiLine`?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]