Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-23351

COALESCE detects type wrong if first argument is null

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 3.0.0-beta1
    • 3.0
    • sql

    Description

      Query: "select COALESCE(null,null,null,null,25,'') as Test;"
      Expected:
      .*Illegal mixing of types in CASE or COALESCE statement.*
      Actual:
      ('25') 

      Attachments

        Issue Links

          Activity

            People

              korlov Konstantin Orlov
              lunigorn Igor
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: