[GitHub] spark pull request: [SPARK-11410] [SQL] Add APIs to provide functi...

2015-11-03 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/9364#discussion_r43823876 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/DataFrameSuite.scala --- @@ -997,4 +1001,116 @@ class DataFrameSuite extends QueryTest with

[GitHub] spark pull request: [SPARK-11410] [SQL] Add APIs to provide functi...

2015-11-01 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9364#issuecomment-152853348 **[Test build #44764 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/44764/consoleFull)** for PR 9364 at commit

[GitHub] spark pull request: [SPARK-11410] [SQL] Add APIs to provide functi...

2015-11-01 Thread yhuai
Github user yhuai commented on a diff in the pull request: https://github.com/apache/spark/pull/9364#discussion_r43586777 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/logical/partitioning.scala --- @@ -31,10 +31,18 @@ case class

[GitHub] spark pull request: [SPARK-11410] [SQL] Add APIs to provide functi...

2015-11-01 Thread yhuai
Github user yhuai commented on the pull request: https://github.com/apache/spark/pull/9364#issuecomment-152857767 LGTM pending jenkins. --- 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

[GitHub] spark pull request: [SPARK-11410] [SQL] Add APIs to provide functi...

2015-11-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/9364 --- 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

[GitHub] spark pull request: [SPARK-11410] [SQL] Add APIs to provide functi...

2015-11-01 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9364#issuecomment-152864581 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-11410] [SQL] Add APIs to provide functi...

2015-11-01 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9364#issuecomment-152864530 **[Test build #44764 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/44764/consoleFull)** for PR 9364 at commit

[GitHub] spark pull request: [SPARK-11410] [SQL] Add APIs to provide functi...

2015-11-01 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9364#issuecomment-152864579 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

[GitHub] spark pull request: [SPARK-11410] [SQL] Add APIs to provide functi...

2015-10-30 Thread yhuai
Github user yhuai commented on a diff in the pull request: https://github.com/apache/spark/pull/9364#discussion_r43558527 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/logical/partitioning.scala --- @@ -31,10 +31,11 @@ case class

[GitHub] spark pull request: [SPARK-11410] [SQL] Add APIs to provide functi...

2015-10-30 Thread yhuai
Github user yhuai commented on a diff in the pull request: https://github.com/apache/spark/pull/9364#discussion_r43558572 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/logical/partitioning.scala --- @@ -31,10 +31,11 @@ case class

[GitHub] spark pull request: [SPARK-11410] [SQL] Add APIs to provide functi...

2015-10-30 Thread yhuai
Github user yhuai commented on a diff in the pull request: https://github.com/apache/spark/pull/9364#discussion_r43559349 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/logical/partitioning.scala --- @@ -31,10 +31,11 @@ case class

[GitHub] spark pull request: [SPARK-11410] [SQL] Add APIs to provide functi...

2015-10-30 Thread yhuai
Github user yhuai commented on a diff in the pull request: https://github.com/apache/spark/pull/9364#discussion_r43559392 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/DataFrameSuite.scala --- @@ -19,15 +19,18 @@ package org.apache.spark.sql import java.io.File

[GitHub] spark pull request: [SPARK-11410] [SQL] Add APIs to provide functi...

2015-10-29 Thread yhuai
Github user yhuai commented on the pull request: https://github.com/apache/spark/pull/9364#issuecomment-152341432 ok to test. --- 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 pull request: [SPARK-11410] [SQL] Add APIs to provide functi...

2015-10-29 Thread yhuai
Github user yhuai commented on a diff in the pull request: https://github.com/apache/spark/pull/9364#discussion_r43452005 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/logical/partitioning.scala --- @@ -38,3 +38,11 @@ case class

[GitHub] spark pull request: [SPARK-11410] [SQL] Add APIs to provide functi...

2015-10-29 Thread yhuai
Github user yhuai commented on a diff in the pull request: https://github.com/apache/spark/pull/9364#discussion_r43452473 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/DataFrameSuite.scala --- @@ -987,4 +992,116 @@ class DataFrameSuite extends QueryTest with

[GitHub] spark pull request: [SPARK-11410] [SQL] Add APIs to provide functi...

2015-10-29 Thread yhuai
Github user yhuai commented on a diff in the pull request: https://github.com/apache/spark/pull/9364#discussion_r43452642 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/DataFrameSuite.scala --- @@ -987,4 +992,116 @@ class DataFrameSuite extends QueryTest with

[GitHub] spark pull request: [SPARK-11410] [SQL] Add APIs to provide functi...

2015-10-29 Thread yhuai
Github user yhuai commented on a diff in the pull request: https://github.com/apache/spark/pull/9364#discussion_r43452622 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/DataFrameSuite.scala --- @@ -987,4 +992,116 @@ class DataFrameSuite extends QueryTest with

[GitHub] spark pull request: [SPARK-11410] [SQL] Add APIs to provide functi...

2015-10-29 Thread yhuai
Github user yhuai commented on a diff in the pull request: https://github.com/apache/spark/pull/9364#discussion_r43453259 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/DataFrame.scala --- @@ -663,6 +667,35 @@ class DataFrame private[sql]( def orderBy(sortExprs:

[GitHub] spark pull request: [SPARK-11410] [SQL] Add APIs to provide functi...

2015-10-29 Thread yhuai
Github user yhuai commented on a diff in the pull request: https://github.com/apache/spark/pull/9364#discussion_r43452307 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/DataFrameSuite.scala --- @@ -19,6 +19,11 @@ package org.apache.spark.sql import java.io.File

[GitHub] spark pull request: [SPARK-11410] [SQL] Add APIs to provide functi...

2015-10-29 Thread yhuai
Github user yhuai commented on a diff in the pull request: https://github.com/apache/spark/pull/9364#discussion_r43452264 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/DataFrame.scala --- @@ -663,6 +667,35 @@ class DataFrame private[sql]( def orderBy(sortExprs:

[GitHub] spark pull request: [SPARK-11410] [SQL] Add APIs to provide functi...

2015-10-29 Thread yhuai
Github user yhuai commented on a diff in the pull request: https://github.com/apache/spark/pull/9364#discussion_r43453065 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/DataFrameSuite.scala --- @@ -987,4 +992,116 @@ class DataFrameSuite extends QueryTest with

[GitHub] spark pull request: [SPARK-11410] [SQL] Add APIs to provide functi...

2015-10-29 Thread nongli
GitHub user nongli opened a pull request: https://github.com/apache/spark/pull/9364 [SPARK-11410] [SQL] Add APIs to provide functionality similar to Hive… …'s DISTRIBUTE BY DISTRIBUTE BY allows the user to hash partition the data by specified exprs. It also allows for

[GitHub] spark pull request: [SPARK-11410] [SQL] Add APIs to provide functi...

2015-10-29 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9364#issuecomment-152341865 Can one of the admins verify this patch? --- 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

[GitHub] spark pull request: [SPARK-11410] [SQL] Add APIs to provide functi...

2015-10-29 Thread yhuai
Github user yhuai commented on a diff in the pull request: https://github.com/apache/spark/pull/9364#discussion_r43452517 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/DataFrameSuite.scala --- @@ -987,4 +992,116 @@ class DataFrameSuite extends QueryTest with

[GitHub] spark pull request: [SPARK-11410] [SQL] Add APIs to provide functi...

2015-10-29 Thread yhuai
Github user yhuai commented on a diff in the pull request: https://github.com/apache/spark/pull/9364#discussion_r43453219 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/logical/partitioning.scala --- @@ -38,3 +38,11 @@ case class

[GitHub] spark pull request: [SPARK-11410] [SQL] Add APIs to provide functi...

2015-10-29 Thread nongli
Github user nongli commented on a diff in the pull request: https://github.com/apache/spark/pull/9364#discussion_r43459695 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/DataFrameSuite.scala --- @@ -987,4 +992,116 @@ class DataFrameSuite extends QueryTest with

[GitHub] spark pull request: [SPARK-11410] [SQL] Add APIs to provide functi...

2015-10-29 Thread nongli
Github user nongli commented on a diff in the pull request: https://github.com/apache/spark/pull/9364#discussion_r43460731 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/DataFrameSuite.scala --- @@ -987,4 +992,116 @@ class DataFrameSuite extends QueryTest with

[GitHub] spark pull request: [SPARK-11410] [SQL] Add APIs to provide functi...

2015-10-29 Thread nongli
Github user nongli commented on a diff in the pull request: https://github.com/apache/spark/pull/9364#discussion_r43460822 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/DataFrameSuite.scala --- @@ -987,4 +992,116 @@ class DataFrameSuite extends QueryTest with

[GitHub] spark pull request: [SPARK-11410] [SQL] Add APIs to provide functi...

2015-10-29 Thread yhuai
Github user yhuai commented on a diff in the pull request: https://github.com/apache/spark/pull/9364#discussion_r43467527 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/DataFrameSuite.scala --- @@ -987,4 +992,116 @@ class DataFrameSuite extends QueryTest with

[GitHub] spark pull request: [SPARK-11410] [SQL] Add APIs to provide functi...

2015-10-29 Thread yhuai
Github user yhuai commented on a diff in the pull request: https://github.com/apache/spark/pull/9364#discussion_r43467544 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/DataFrameSuite.scala --- @@ -987,4 +992,116 @@ class DataFrameSuite extends QueryTest with

[GitHub] spark pull request: [SPARK-11410] [SQL] Add APIs to provide functi...

2015-10-29 Thread yhuai
Github user yhuai commented on the pull request: https://github.com/apache/spark/pull/9364#issuecomment-152396487 How about we update the title to `[SPARK-11410] [SQL] Add APIs to provide functionality similar to Hive's DISTRIBUTE BY and SORT BY`? --- If your project is set up for

[GitHub] spark pull request: [SPARK-11410] [SQL] Add APIs to provide functi...

2015-10-29 Thread nongli
Github user nongli commented on a diff in the pull request: https://github.com/apache/spark/pull/9364#discussion_r43471991 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/DataFrameSuite.scala --- @@ -987,4 +992,116 @@ class DataFrameSuite extends QueryTest with

[GitHub] spark pull request: [SPARK-11410] [SQL] Add APIs to provide functi...

2015-10-29 Thread yhuai
Github user yhuai commented on a diff in the pull request: https://github.com/apache/spark/pull/9364#discussion_r43466845 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/DataFrameSuite.scala --- @@ -987,4 +992,116 @@ class DataFrameSuite extends QueryTest with