Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-34222

Enhance Boolean Simplification Rule

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 3.0.1
    • 3.2.0
    • SQL
    • None

    Description

      Enhance boolean simplification rule by handling following scenarios:

      1. (((a && b) && a && (a && c))) => a && b && c)
      2. (((a || b) || a || (a || c))) => a || b || c

      Attachments

        Activity

          People

            mannswinky Swinky Mann
            mannswinky Swinky Mann
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: