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/11 22:34:20 UTC

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

Yingyi Bu created ASTERIXDB-1689:
------------------------------------

             Summary: [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)