[ 
https://issues.apache.org/jira/browse/SPARK-27033?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Apache Spark reassigned SPARK-27033:
------------------------------------

    Assignee:     (was: Apache Spark)

> Add rule to optimize binary comparisons to its push down format
> ---------------------------------------------------------------
>
>                 Key: SPARK-27033
>                 URL: https://issues.apache.org/jira/browse/SPARK-27033
>             Project: Spark
>          Issue Type: Improvement
>          Components: Optimizer
>    Affects Versions: 2.4.0
>            Reporter: EdisonWang
>            Priority: Minor
>
> Currently, filters like this "select * from table where a + 1 >= 3" cannot be 
> pushed down, this optimizer can convert it to "select * from table where a >= 
> 3 - 1", and then be "select * from table where a >= 2". 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

Reply via email to