You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@asterixdb.apache.org by "Yingyi Bu (JIRA)" <ji...@apache.org> on 2016/10/12 06:05:21 UTC

[jira] [Closed] (ASTERIXDB-1689) [CX] incorrect results w.r.t null/missing

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

Yingyi Bu closed ASTERIXDB-1689.
--------------------------------
    Resolution: Fixed

Fixed with regression test.

> [CX] incorrect results w.r.t null/missing
> -----------------------------------------
>
>                 Key: ASTERIXDB-1689
>                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-1689
>             Project: Apache AsterixDB
>          Issue Type: Bug
>            Reporter: Yingyi Bu
>            Assignee: Yingyi Bu
>
> select comp  from [{"a":1}] t LET comp = (t.b is null);
> returns:
> [ {
>     "comp": false
> } ]
> But it should return:
> [ {
> } ]



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)