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/07/14 18:41:20 UTC

[jira] [Updated] (ASTERIXDB-1529) Query 7 in AsterixDB 101 is broken

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

Yingyi Bu updated ASTERIXDB-1529:
---------------------------------
    Component/s:     (was: Optimizer)
                     (was: Translator - AQL)
                     (was: AsterixDB)

> Query 7 in AsterixDB 101 is broken
> ----------------------------------
>
>                 Key: ASTERIXDB-1529
>                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-1529
>             Project: Apache AsterixDB
>          Issue Type: Bug
>          Components: Documentation
>         Environment: Latest binary download from Apache AsterixDB site (master)
>            Reporter: Michael J. Carey
>            Assignee: Yingyi Bu
>
> Query 7 in the 101 tutorial is:
> use dataverse TinySocial;
> from $fbu in dataset FacebookUsers
> where (every $e in $fbu.employment satisfies not(is-null($e.end-date)))
> select $fbu;
> This query no longer works at all - instead it gives a syntax error:
> Error: Encountered " "not" "not "" at line 4, column 50.
> Was expecting one of:
>     "dataset" ...
>     "every" ...
>     "for" ...
>     "from" ...
>     "if" ...
>     "let" ...
>     "some" ...
>     "with" ...
>     "-" ...
>     "+" ...
>     "(" ...
>     "[" ...
>     "{" ...
>     "{{" ...
>     <INTEGER_LITERAL> ...
>     "missing" ...
>     "null" ...
>     "true" ...
>     "false" ...
>     <DOUBLE_LITERAL> ...
>     <FLOAT_LITERAL> ...
>     <STRING_LITERAL> ...
>     <IDENTIFIER> ...
>     <VARIABLE> ...
>     
> ==>     where (every $e in $fbu.employment satisfies not(is-null($e.end-date)))



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