Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-6672][SQL] convert row to catalyst in createDataFrame(RDD[Row], ...) #5329

Closed
wants to merge 3 commits into from

Conversation

mengxr
Copy link
Contributor

@mengxr mengxr commented Apr 2, 2015

We assume that RDD[Row] contains Scala types. So we need to convert them into catalyst types in createDataFrame. @liancheng

@SparkQA
Copy link

SparkQA commented Apr 2, 2015

Test build #29594 has started for PR 5329 at commit 4a3767b.

@SparkQA
Copy link

SparkQA commented Apr 2, 2015

Test build #29594 has finished for PR 5329 at commit 4a3767b.

  • This patch fails Spark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.
  • This patch does not change any dependencies.

@AmplabJenkins
Copy link

Test FAILed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/29594/
Test FAILed.

@SparkQA
Copy link

SparkQA commented Apr 2, 2015

Test build #29601 has started for PR 5329 at commit 06896e4.

@SparkQA
Copy link

SparkQA commented Apr 2, 2015

Test build #29602 has started for PR 5329 at commit 2d52644.

@SparkQA
Copy link

SparkQA commented Apr 2, 2015

Test build #29601 has finished for PR 5329 at commit 06896e4.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.
  • This patch does not change any dependencies.

@AmplabJenkins
Copy link

Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/29601/
Test PASSed.

@liancheng
Copy link
Contributor

LGTM, merging to master. Thanks!

@SparkQA
Copy link

SparkQA commented Apr 2, 2015

Test build #29602 has finished for PR 5329 at commit 2d52644.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.
  • This patch does not change any dependencies.

@AmplabJenkins
Copy link

Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/29602/
Test PASSed.

@asfgit asfgit closed this in 424e987 Apr 2, 2015
asfgit pushed a commit that referenced this pull request Apr 2, 2015
…, ...)

We assume that `RDD[Row]` contains Scala types. So we need to convert them into catalyst types in createDataFrame. liancheng

Author: Xiangrui Meng <[email protected]>

Closes #5329 from mengxr/SPARK-6672 and squashes the following commits:

2d52644 [Xiangrui Meng] set needsConversion = false in jsonRDD
06896e4 [Xiangrui Meng] add createDataFrame without conversion
4a3767b [Xiangrui Meng] convert Row to catalyst

(cherry picked from commit 424e987)
Signed-off-by: Michael Armbrust <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants