GitHub user flyson opened a pull request:
https://github.com/apache/spark/pull/10117
[SPARK-12114][SQL]Bug fix for Column Pruning rule failure in case of
"Project<-Filter<-Join"
This PR resolves the failure of Column Pruning rule when there is pattern
"Project<-Filter<-Join" in the logical plan.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/flyson/spark bugfix
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/10117.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #10117
----
commit d09d905180c0eb9d8b1ed9aaf5d207e2fac6547c
Author: Min Qiu <[email protected]>
Date: 2015-12-02T02:01:02Z
Extract the common equality conditions that can be used as a join condition
commit 08a76aefcc6036d600fa92aee037515cce22ae09
Author: Min Qiu <[email protected]>
Date: 2015-12-03T01:01:41Z
bug fix for ColumnPruning rule to deal with Project <- Filter <- Join case
commit b002b393124568f6d171e5619d40ff749b9b639d
Author: Min Qiu <[email protected]>
Date: 2015-12-03T02:04:54Z
bug fix for ColumnPruning rule to deal with Project <- Filter <- Join case
----
---
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 enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]