[GitHub] spark pull request: [SPARK-13630][SQL] Adds optimizer rule collaps...

2016-04-19 Thread skambha
Github user skambha closed the pull request at: https://github.com/apache/spark/pull/11480 --- 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-13630][SQL] Adds optimizer rule collaps...

2016-03-02 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/11480#discussion_r54840678 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/Optimizer.scala --- @@ -483,6 +484,25 @@ object CollapseRepartition extends

[GitHub] spark pull request: [SPARK-13630][SQL] Adds optimizer rule collaps...

2016-03-02 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/11480#discussion_r54840644 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/Optimizer.scala --- @@ -483,6 +484,25 @@ object CollapseRepartition extends

[GitHub] spark pull request: [SPARK-13630][SQL] Adds optimizer rule collaps...

2016-03-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/11480#issuecomment-191508120 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-13630][SQL] Adds optimizer rule collaps...

2016-03-02 Thread skambha
GitHub user skambha opened a pull request: https://github.com/apache/spark/pull/11480 [SPARK-13630][SQL] Adds optimizer rule collapsesorts to collapse adja… ## What changes were proposed in this pull request? This patch does the following: I) Adds a new optimizer