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

ArrayExists should follow the three-valued boolean logic.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.4.3
    • 3.0.0
    • SQL
    • None

    Description

      Currently ArrayExists always returns boolean values (if the arguments are not null), but it should follow the three-valued boolean logic:

      • true if the predicate holds at least oneĀ true
      • otherwise, null if the predicate holds null
      • otherwise, false

      Attachments

        Issue Links

          Activity

            People

              ueshin Takuya Ueshin
              ueshin Takuya Ueshin
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: