[GitHub] spark pull request: [SPARK-12385] [SQL] [WIP] Push Projection into...

2016-03-02 Thread gatorsmile
Github user gatorsmile closed the pull request at: https://github.com/apache/spark/pull/10476 --- 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

[GitHub] spark pull request: [SPARK-12385] [SQL] [WIP] Push Projection into...

2016-01-11 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/10476#discussion_r49406403 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/Optimizer.scala --- @@ -287,6 +288,17 @@ object ColumnPruning extends

[GitHub] spark pull request: [SPARK-12385] [SQL] [WIP] Push Projection into...

2016-01-11 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/10476#discussion_r49408377 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/Optimizer.scala --- @@ -287,6 +288,17 @@ object ColumnPruning extends

[GitHub] spark pull request: [SPARK-12385] [SQL] [WIP] Push Projection into...

2016-01-11 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/10476#discussion_r49408849 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/Optimizer.scala --- @@ -287,6 +288,17 @@ object ColumnPruning extends

[GitHub] spark pull request: [SPARK-12385] [SQL] [WIP] Push Projection into...

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

[GitHub] spark pull request: [SPARK-12385] [SQL] [WIP] Push Projection into...

2015-12-25 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10476#issuecomment-167251950 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-12385] [SQL] [WIP] Push Projection into...

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

[GitHub] spark pull request: [SPARK-12385] [SQL] [WIP] Push Projection into...

2015-12-25 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10476#issuecomment-167251949 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-12385] [SQL] [WIP] Push Projection into...

2015-12-25 Thread gatorsmile
GitHub user gatorsmile opened a pull request: https://github.com/apache/spark/pull/10476 [SPARK-12385] [SQL] [WIP] Push Projection into Join ```sql("SELECT * FROM testData JOIN testData2").explain(true)``` The current plan is like ``` == Analyzed Logical Plan ==