[jira] [Assigned] (SPARK-39894) Combine the similar binary comparison in boolean expression.

2022-07-27 Thread Apache Spark (Jira)


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

Apache Spark reassigned SPARK-39894:


Assignee: Apache Spark

> Combine the similar binary comparison in boolean expression.
> 
>
> Key: SPARK-39894
> URL: https://issues.apache.org/jira/browse/SPARK-39894
> Project: Spark
>  Issue Type: Improvement
>  Components: SQL
>Affects Versions: 3.4.0
>Reporter: jiaan.geng
>Assignee: Apache Spark
>Priority: Major
>
> If boolean expression have two similar binary comparisons onnect with And. 
> i.e. 'a > 1 and 'a > 2.
> We should simplify them to 'a > 2



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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



[jira] [Assigned] (SPARK-39894) Combine the similar binary comparison in boolean expression.

2022-07-27 Thread Apache Spark (Jira)


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

Apache Spark reassigned SPARK-39894:


Assignee: (was: Apache Spark)

> Combine the similar binary comparison in boolean expression.
> 
>
> Key: SPARK-39894
> URL: https://issues.apache.org/jira/browse/SPARK-39894
> Project: Spark
>  Issue Type: Improvement
>  Components: SQL
>Affects Versions: 3.4.0
>Reporter: jiaan.geng
>Priority: Major
>
> If boolean expression have two similar binary comparisons onnect with And. 
> i.e. 'a > 1 and 'a > 2.
> We should simplify them to 'a > 2



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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