You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@asterixdb.apache.org by "Dmitry Lychagin (JIRA)" <ji...@apache.org> on 2019/03/13 18:19:00 UTC

[jira] [Resolved] (ASTERIXDB-2529) Incorrect query result for record constructor with MISSING value

     [ https://issues.apache.org/jira/browse/ASTERIXDB-2529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dmitry Lychagin resolved ASTERIXDB-2529.
----------------------------------------
    Resolution: Fixed

> Incorrect query result for record constructor with MISSING value
> ----------------------------------------------------------------
>
>                 Key: ASTERIXDB-2529
>                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-2529
>             Project: Apache AsterixDB
>          Issue Type: Bug
>          Components: COMP - Compiler
>            Reporter: Dmitry Lychagin
>            Assignee: Dmitry Lychagin
>            Priority: Minor
>
> Query 
> {noformat}
> FROM [{'a_a': 9, 'bb': missing, 'c': 33}] v SELECT v;
> {noformat}
> returns incorrect result:
> {noformat}
> { "v": { "a_a": 9, "c": 9 } }
> {noformat}
> It should return
> {noformat}
> { "v": { "a_a": 9, "c": 33 } }
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)