jiaan.geng created SPARK-39894: ---------------------------------- Summary: 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
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