[GitHub] spark pull request: [SPARK-13168][SQL] Collapse adjacent repartiti...

2016-02-04 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/11064#issuecomment-179734325 **[Test build #2515 has finished](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/2515/consoleFull)** for PR 11064 at commit

[GitHub] spark pull request: [SPARK-13168][SQL] Collapse adjacent repartiti...

2016-02-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/11064 --- 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-13168][SQL] Collapse adjacent repartiti...

2016-02-04 Thread JoshRosen
Github user JoshRosen commented on the pull request: https://github.com/apache/spark/pull/11064#issuecomment-179950831 Jenkins, retest this please. --- 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

[GitHub] spark pull request: [SPARK-13168][SQL] Collapse adjacent repartiti...

2016-02-04 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/11064#issuecomment-179954369 **[Test build #50753 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/50753/consoleFull)** for PR 11064 at commit

[GitHub] spark pull request: [SPARK-13168][SQL] Collapse adjacent repartiti...

2016-02-04 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/11064#issuecomment-180004112 **[Test build #50753 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/50753/consoleFull)** for PR 11064 at commit

[GitHub] spark pull request: [SPARK-13168][SQL] Collapse adjacent repartiti...

2016-02-04 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/11064#issuecomment-180004441 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-13168][SQL] Collapse adjacent repartiti...

2016-02-04 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/11064#issuecomment-18000 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-13168][SQL] Collapse adjacent repartiti...

2016-02-04 Thread andrewor14
Github user andrewor14 commented on the pull request: https://github.com/apache/spark/pull/11064#issuecomment-180005144 Merged into master. --- 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-13168][SQL] Collapse adjacent repartiti...

2016-02-04 Thread andrewor14
Github user andrewor14 commented on the pull request: https://github.com/apache/spark/pull/11064#issuecomment-179971447 LGTM, straightforward change. --- 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-13168][SQL] Collapse adjacent repartiti...

2016-02-04 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/11064#issuecomment-179700454 **[Test build #2515 has started](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/2515/consoleFull)** for PR 11064 at commit

[GitHub] spark pull request: [SPARK-13168][SQL] Collapse adjacent repartiti...

2016-02-03 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/11064#issuecomment-179556594 **[Test build #50698 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/50698/consoleFull)** for PR 11064 at commit

[GitHub] spark pull request: [SPARK-13168][SQL] Collapse adjacent repartiti...

2016-02-03 Thread JoshRosen
Github user JoshRosen commented on a diff in the pull request: https://github.com/apache/spark/pull/11064#discussion_r51814458 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/execution/PlannerSuite.scala --- @@ -223,6 +222,18 @@ class PlannerSuite extends SharedSQLContext {

[GitHub] spark pull request: [SPARK-13168][SQL] Collapse adjacent repartiti...

2016-02-03 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/11064#issuecomment-179556635 LGTM --- 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

[GitHub] spark pull request: [SPARK-13168][SQL] Collapse adjacent repartiti...

2016-02-03 Thread JoshRosen
Github user JoshRosen commented on a diff in the pull request: https://github.com/apache/spark/pull/11064#discussion_r51805905 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/execution/PlannerSuite.scala --- @@ -223,6 +222,18 @@ class PlannerSuite extends SharedSQLContext {

[GitHub] spark pull request: [SPARK-13168][SQL] Collapse adjacent repartiti...

2016-02-03 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/11064#discussion_r51811307 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/Optimizer.scala --- @@ -68,6 +68,7 @@ abstract class Optimizer extends

[GitHub] spark pull request: [SPARK-13168][SQL] Collapse adjacent repartiti...

2016-02-03 Thread JoshRosen
Github user JoshRosen commented on a diff in the pull request: https://github.com/apache/spark/pull/11064#discussion_r51813585 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/Optimizer.scala --- @@ -68,6 +68,7 @@ abstract class Optimizer extends

[GitHub] spark pull request: [SPARK-13168][SQL] Collapse adjacent repartiti...

2016-02-03 Thread JoshRosen
GitHub user JoshRosen opened a pull request: https://github.com/apache/spark/pull/11064 [SPARK-13168][SQL] Collapse adjacent repartition operators. Spark SQL should collapse adjacent `Repartition` operators and only keep the last one. You can merge this pull request into a Git

[GitHub] spark pull request: [SPARK-13168][SQL] Collapse adjacent repartiti...

2016-02-03 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/11064#issuecomment-179556852 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-13168][SQL] Collapse adjacent repartiti...

2016-02-03 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/11064#issuecomment-179556854 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-13168][SQL] Collapse adjacent repartiti...

2016-02-03 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/11064#issuecomment-179559218 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-13168][SQL] Collapse adjacent repartiti...

2016-02-03 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/11064#issuecomment-179559217 Merged build finished. Test FAILed. --- 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-13168][SQL] Collapse adjacent repartiti...

2016-02-03 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/11064#issuecomment-179526153 **[Test build #50698 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/50698/consoleFull)** for PR 11064 at commit