You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (Jira)" <ji...@apache.org> on 2021/03/03 11:46:00 UTC

[jira] [Commented] (SPARK-34222) Enhance Boolean Simplification Rule

    [ https://issues.apache.org/jira/browse/SPARK-34222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17294488#comment-17294488 ] 

Apache Spark commented on SPARK-34222:
--------------------------------------

User 'gengliangwang' has created a pull request for this issue:
https://github.com/apache/spark/pull/31724

> 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
>            Assignee: Swinky Mann
>            Priority: Minor
>             Fix For: 3.2.0
>
>
> 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-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org