You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@asterixdb.apache.org by "Michael J. Carey (JIRA)" <ji...@apache.org> on 2016/07/14 18:38:20 UTC

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

Michael J. Carey created ASTERIXDB-1529:
-------------------------------------------

             Summary: 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: AsterixDB, Documentation, Optimizer, Translator - AQL
         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)