[
https://issues.apache.org/jira/browse/SPARK-39894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17571817#comment-17571817
]
Apache Spark commented on SPARK-39894:
--------------------------------------
User 'beliefer' has created a pull request for this issue:
https://github.com/apache/spark/pull/37317
> 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: [email protected]
For additional commands, e-mail: [email protected]