Uploaded image for project: 'Apache AsterixDB'
  1. Apache AsterixDB
  2. ASTERIXDB-2529

Incorrect query result for record constructor with MISSING value

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • None
    • COMP - Compiler
    • None

    Description

      Query

      FROM [{'a_a': 9, 'bb': missing, 'c': 33}] v SELECT v;
      

      returns incorrect result:

      { "v": { "a_a": 9, "c": 9 } }
      

      It should return

      { "v": { "a_a": 9, "c": 33 } }
      

      Attachments

        Activity

          People

            dlychagin-cb Dmitry Lychagin
            dlychagin-cb Dmitry Lychagin
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: