You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Liang-Chi Hsieh (JIRA)" <ji...@apache.org> on 2016/09/01 06:38:20 UTC

[jira] [Created] (SPARK-17357) Simplified predicates should be able to pushdown through operators

Liang-Chi Hsieh created SPARK-17357:
---------------------------------------

             Summary: Simplified predicates should be able to pushdown through operators
                 Key: SPARK-17357
                 URL: https://issues.apache.org/jira/browse/SPARK-17357
             Project: Spark
          Issue Type: Bug
          Components: SQL
            Reporter: Liang-Chi Hsieh


In Optimizer, Filter operator will go through the rules PushDownPredicate, CombineFilters and BooleanSimplification.

Under this rule order, it is possibly that some predicates that should be able to push down, can't be pushed down through operators.

We should fix it.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org