[GitHub] spark pull request: [SPARK-10630][SQL] Add a createDataFrame API t...

2015-09-21 Thread holdenk
Github user holdenk commented on the pull request: https://github.com/apache/spark/pull/8779#issuecomment-142103522 @mengxr Sounds like a great idea :) --- 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

[GitHub] spark pull request: [SPARK-10630][SQL] Add a createDataFrame API t...

2015-09-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/8779 --- 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 enab

[GitHub] spark pull request: [SPARK-10630][SQL] Add a createDataFrame API t...

2015-09-21 Thread mengxr
Github user mengxr commented on the pull request: https://github.com/apache/spark/pull/8779#issuecomment-142100791 LGTM. Merged into master. @holdenk Could you check existing Java unit tests using DataFrames and simplify the code with the new method? Thanks! --- If your project is se

[GitHub] spark pull request: [SPARK-10630][SQL] Add a createDataFrame API t...

2015-09-20 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8779#issuecomment-141873095 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/42

[GitHub] spark pull request: [SPARK-10630][SQL] Add a createDataFrame API t...

2015-09-20 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8779#issuecomment-141873094 Merged build finished. Test PASSed. --- 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

[GitHub] spark pull request: [SPARK-10630][SQL] Add a createDataFrame API t...

2015-09-20 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/8779#issuecomment-141873059 [Test build #42744 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/42744/console) for PR 8779 at commit [`45f020c`](https://github.

[GitHub] spark pull request: [SPARK-10630][SQL] Add a createDataFrame API t...

2015-09-20 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/8779#issuecomment-141861793 [Test build #42744 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/42744/consoleFull) for PR 8779 at commit [`45f020c`](https://gith

[GitHub] spark pull request: [SPARK-10630][SQL] Add a createDataFrame API t...

2015-09-20 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8779#issuecomment-141860923 Merged build started. --- 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

[GitHub] spark pull request: [SPARK-10630][SQL] Add a createDataFrame API t...

2015-09-20 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8779#issuecomment-141860916 Merged build triggered. --- 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 h

[GitHub] spark pull request: [SPARK-10630][SQL] Add a createDataFrame API t...

2015-09-20 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/8779#discussion_r39936067 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/SQLContext.scala --- @@ -477,6 +477,20 @@ class SQLContext(@transient val sparkContext: SparkContext)