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/08/11 02:58:20 UTC

[jira] [Closed] (ASTERIXDB-1528) Query 6 in AsterixDB 101 is broken

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

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

> Query 6 in AsterixDB 101 is broken
> ----------------------------------
>
>                 Key: ASTERIXDB-1528
>                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-1528
>             Project: Apache AsterixDB
>          Issue Type: Bug
>          Components: Documentation
>         Environment: Latest downloadable binary from Apache AsterixDB (master)
>            Reporter: Michael J. Carey
>            Assignee: Yingyi Bu
>
> Query 6 in the 101 tutorial is:
> use dataverse TinySocial;
> for $fbu in dataset FacebookUsers
> where (some $e in $fbu.employment satisfies is-null($e.end-date))
> return $fbu;
> This query no longer returns the expected results shown in the tutorial; instead it returns the empty set.  (If you replace is-null with is-missing it works though.)



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