[ https://issues.apache.org/jira/browse/SPARK-34222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17271208#comment-17271208 ]
Swinky Mann commented on SPARK-34222: ------------------------------------- I am working on this to open a PR. > Enhance Boolean Simplification Rule > ----------------------------------- > > Key: SPARK-34222 > URL: https://issues.apache.org/jira/browse/SPARK-34222 > Project: Spark > Issue Type: Improvement > Components: SQL > Affects Versions: 3.0.1 > Reporter: Swinky Mann > Priority: Minor > > Enhance boolean simplification rule by handling following scenarios: > # (((a && b) && a && (a && c))) => a && b && c) > # (((a || b) || a || (a || c))) => a || b || c -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org