[ 
https://issues.apache.org/jira/browse/ASTERIXDB-1528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15416358#comment-15416358
 ] 

ASF subversion and git services commented on ASTERIXDB-1528:
------------------------------------------------------------

Commit fcb0607700fed9f0d7ca86e5cb0b1abf01c07550 in asterixdb's branch 
refs/heads/master from [~buyingyi]
[ https://git-wip-us.apache.org/repos/asf?p=asterixdb.git;h=fcb0607 ]

ASTERIXDB-1528: fix 101 query 6 and 7.

Change-Id: I35bbf838b152bdfd56efd523961ec1dc0ca8322d
Reviewed-on: https://asterix-gerrit.ics.uci.edu/1063
Sonar-Qube: Jenkins <[email protected]>
Tested-by: Jenkins <[email protected]>
Integration-Tests: Jenkins <[email protected]>
Reviewed-by: Till Westmann <[email protected]>


> 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)

Reply via email to