GitHub user pjfanning opened a pull request:
https://github.com/apache/spark/pull/13460
Json dataset
## What changes were proposed in this pull request?
[SPARK-15615] add new json function that takes Dataset[String] as input and
deprecate the existing RDD based functions
## How was this patch tested?
Changed the existing unit tests
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/pjfanning/spark json-dataset
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/13460.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #13460
----
commit f8683a2bba1bd910a39443a90689f794f6c1e6dc
Author: PJ Fanning <[email protected]>
Date: 2016-05-28T12:07:27Z
[SPARK-15615] add json(Dataset[String])
commit 1cc1ffc0594794cbd5d3d8c8916b12ac8ca37416
Author: PJ Fanning <[email protected]>
Date: 2016-05-28T12:07:27Z
[SPARK-15615] add json(Dataset[String])
commit 19525ffd1b8e1a97ee4a2b9d2f664833a9740146
Author: PJ Fanning <[email protected]>
Date: 2016-06-02T03:17:58Z
Merge branch 'json-dataset' of https://github.com/pjfanning/spark into
json-dataset
Conflicts:
sql/core/src/main/scala/org/apache/spark/sql/DataFrameReader.scala
sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/json/TestJsonData.scala
----
---
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]