[GitHub] spark issue #13591: [Minor] Replace all occurrences of None: Option[X] with ...

2016-06-10 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/13591 **[Test build #60272 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/60272/consoleFull)** for PR 13591 at commit

[GitHub] spark issue #13592: [SPARK-15863][SQL][DOC] Initial SQL programming guide up...

2016-06-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/13592 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 does not have this feature

[GitHub] spark issue #13592: [SPARK-15863][SQL][DOC] Initial SQL programming guide up...

2016-06-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/13592 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/60277/ Test PASSed. ---

[GitHub] spark issue #13592: [SPARK-15863][SQL][DOC] Initial SQL programming guide up...

2016-06-10 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/13592 **[Test build #60277 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/60277/consoleFull)** for PR 13592 at commit

[GitHub] spark issue #13593: [SPARK-15864] [SQL] Fix Inconsistent Behaviors when Unca...

2016-06-10 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/13593 **[Test build #60278 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/60278/consoleFull)** for PR 13593 at commit

[GitHub] spark pull request #13592: [SPARK-15863][SQL][DOC] Initial SQL programming g...

2016-06-10 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/13592#discussion_r66566175 --- Diff: docs/sql-programming-guide.md --- @@ -184,20 +175,20 @@ showDF(df) -## DataFrame Operations +## Untyped Dataset Operations

[GitHub] spark pull request #13593: [SPARK-15864] [SQL] Fix Inconsistent Behaviors wh...

2016-06-10 Thread gatorsmile
GitHub user gatorsmile opened a pull request: https://github.com/apache/spark/pull/13593 [SPARK-15864] [SQL] Fix Inconsistent Behaviors when Uncaching Non-cached Tables What changes were proposed in this pull request? To uncache a table, we have two different APIs: -

[GitHub] spark issue #13155: [SPARK-15370] [SQL] Update RewriteCorrelatedScalarSubque...

2016-06-10 Thread frreiss
Github user frreiss commented on the issue: https://github.com/apache/spark/pull/13155 Updated changes are in. Running a full regression suite overnight. --- 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 #13592: [SPARK-15863][SQL][DOC] Initial SQL programming g...

2016-06-10 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/13592#discussion_r66566143 --- Diff: docs/sql-programming-guide.md --- @@ -184,20 +175,20 @@ showDF(df) -## DataFrame Operations +## Untyped Dataset Operations

[GitHub] spark pull request #13592: [SPARK-15863][SQL][DOC] Initial SQL programming g...

2016-06-10 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/13592#discussion_r66566102 --- Diff: docs/sql-programming-guide.md --- @@ -12,130 +12,121 @@ title: Spark SQL and DataFrames Spark SQL is a Spark module for structured data

[GitHub] spark pull request #13592: [SPARK-15863][SQL][DOC] Initial SQL programming g...

2016-06-10 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/13592#discussion_r66566055 --- Diff: docs/sql-programming-guide.md --- @@ -12,130 +12,121 @@ title: Spark SQL and DataFrames Spark SQL is a Spark module for structured data

[GitHub] spark pull request #13592: [SPARK-15863][SQL][DOC] Initial SQL programming g...

2016-06-10 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/13592#discussion_r66566019 --- Diff: docs/sql-programming-guide.md --- @@ -1,7 +1,7 @@ --- layout: global -displayTitle: Spark SQL, DataFrames and Datasets Guide -title:

[GitHub] spark issue #13592: [SPARK-15863][SQL][DOC] Initial SQL programming guide up...

2016-06-10 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/13592 **[Test build #60277 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/60277/consoleFull)** for PR 13592 at commit

[GitHub] spark issue #13572: [SPARK-15862] [SQL] Better Error Message When Having Dat...

2016-06-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/13572 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 does not have this feature

[GitHub] spark issue #13572: [SPARK-15862] [SQL] Better Error Message When Having Dat...

2016-06-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/13572 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/60271/ Test PASSed. ---

[GitHub] spark issue #13572: [SPARK-15862] [SQL] Better Error Message When Having Dat...

2016-06-10 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/13572 **[Test build #60271 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/60271/consoleFull)** for PR 13572 at commit

[GitHub] spark pull request #13592: [SPARK-15863][SQL][DOC] Initial SQL programming g...

2016-06-10 Thread liancheng
GitHub user liancheng opened a pull request: https://github.com/apache/spark/pull/13592 [SPARK-15863][SQL][DOC] Initial SQL programming guide update for Spark 2.0 ## What changes were proposed in this pull request? Initial SQL programming guide update for Spark 2.0.

[GitHub] spark issue #12836: [SPARK-12922][SparkR][WIP] Implement gapply() on DataFra...

2016-06-10 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/12836 **[Test build #60276 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/60276/consoleFull)** for PR 12836 at commit

<    2   3   4   5   6   7