You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Takeshi Yamamuro (Jira)" <ji...@apache.org> on 2020/01/02 11:36:00 UTC

[jira] [Resolved] (SPARK-27033) Add rule to optimize binary comparisons to its push down format

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

Takeshi Yamamuro resolved SPARK-27033.
--------------------------------------
    Resolution: Won't Fix

> 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: 3.0.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
(v8.3.4#803005)

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