aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorDavies Liu <davies@databricks.com>2016-03-25 09:05:23 -0700
committerDavies Liu <davies.liu@gmail.com>2016-03-25 09:05:23 -0700
commit6603d9f7e283cf8199cfddfeea30d9db39669726 (patch)
tree30d5f7316b9a14cf239dcd8128383e29cc4f4f79 /common
parent55a605763dfcd544d0c8bdd6a148bdb0a7589fe9 (diff)
downloadspark-6603d9f7e283cf8199cfddfeea30d9db39669726.tar.gz
spark-6603d9f7e283cf8199cfddfeea30d9db39669726.tar.bz2
spark-6603d9f7e283cf8199cfddfeea30d9db39669726.zip
[SPARK-13919] [SQL] fix column pruning through filter
## What changes were proposed in this pull request? This PR fix the conflict between ColumnPruning and PushPredicatesThroughProject, because ColumnPruning will try to insert a Project before Filter, but PushPredicatesThroughProject will move the Filter before Project.This is fixed by remove the Project before Filter, if the Project only do column pruning. The RuleExecutor will fail the test if reached max iterations. Closes #11745 ## How was this patch tested? Existing tests. This is a test case still failing, disabled for now, will be fixed by https://issues.apache.org/jira/browse/SPARK-14137 Author: Davies Liu <davies@databricks.com> Closes #11828 from davies/fail_rule.
Diffstat (limited to 'common')
0 files changed, 0 insertions, 0 deletions