[
https://issues.apache.org/jira/browse/SPARK-27033?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dongjoon Hyun updated SPARK-27033:
----------------------------------
Affects Version/s: (was: 2.4.0)
3.0.0
> 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
(v7.6.14#76016)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]