Uploaded image for project: 'Kylin'
  1. Kylin
  2. KYLIN-5864

Fix function of `ifnull` and `substring`

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 5.0-alpha
    • 5.0.0
    • Query Engine
    • None

    Description

      Some of the following sql statements will be executed incorrectly in the current release.

      select ifnull(null, 'aaa');
      select substring(null, 1, 2);
      

      Attachments

        Activity

          People

            pfzhan Pengfei Zhan
            pfzhan Pengfei Zhan
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: