Github user petervandenabeele commented on the pull request:
https://github.com/apache/spark/pull/3517#issuecomment-65101060
@JoshRosen Good idea. Interestingly, the existing text already says a bit
lower:
```
// The path can be either a single text file or a directory storing text
files.
val path = "examples/src/main/resources/people.json"
```
I would suggest to then also rename the example file to
```
val path = "examples/src/main/resources/people.txt"
```
to make clear it is _not_ really a .json file.
I will think about it and may submit a next version of the patch
(which will result in a smaller diff then).
Would it not be better to start a new branch
(pv-docs-note-on-jsonFile-format/02)
that I rebase of current master and only has the actual change (and not the
initial change that was too verbose) ?
---
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]