[ 
https://issues.apache.org/jira/browse/SPARK-17357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15590649#comment-15590649
 ] 

Apache Spark commented on SPARK-17357:
--------------------------------------

User 'viirya' has created a pull request for this issue:
https://github.com/apache/spark/pull/15558

> Simplified predicates can't be pushed down through operators because of the 
> rule order in Optimizer
> ---------------------------------------------------------------------------------------------------
>
>                 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to