[
https://issues.apache.org/jira/browse/ASTERIXDB-1529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15416109#comment-15416109
]
ASF subversion and git services commented on ASTERIXDB-1529:
------------------------------------------------------------
Commit dcd9112fa71689c015a525adcdbe3ce78c79f17f in asterixdb's branch
refs/heads/master from [~buyingyi]
[ https://git-wip-us.apache.org/repos/asf?p=asterixdb.git;h=dcd9112 ]
ASTERIXDB-1529: remove "not" from reserved keywords in AQL.
Change-Id: Ib79fee208acc7ae28f8e082eebb26ed728b39723
Reviewed-on: https://asterix-gerrit.ics.uci.edu/1062
Sonar-Qube: Jenkins <[email protected]>
Tested-by: Jenkins <[email protected]>
Integration-Tests: Jenkins <[email protected]>
Reviewed-by: Till Westmann <[email protected]>
> 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)