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 is
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 Rule[
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 Rule[L
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 Rule[Logica
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):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/
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 projec
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
[`ae408e8`](https://g
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
[`ae408e8`](https://gi
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 ==