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

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

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

Taewoo Kim edited comment on ASTERIXDB-1529 at 7/14/16 11:21 PM:
-----------------------------------------------------------------

Got it. Thanks! 

I think the following can play a trick: http://stackoverflow.com/questions/21769775/can-you-import-reference-info-from-text-files-into-a-markdown-file


was (Author: wangsaeu):
Got it. Thanks!

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