[ https://issues.apache.org/jira/browse/ASTERIXDB-1133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14947857#comment-14947857 ]
Yingyi Bu commented on ASTERIXDB-1133: -------------------------------------- It turns out "not" is also function name. To fix this issue, we need to change the way we call the "not" function in AQL, from not(boolean_expr) to NOT boolean_expr. > hard-coded "if not exists" in the AQL parser > -------------------------------------------- > > Key: ASTERIXDB-1133 > URL: https://issues.apache.org/jira/browse/ASTERIXDB-1133 > Project: Apache AsterixDB > Issue Type: Bug > Reporter: Yingyi Bu > Assignee: Yingyi Bu > > "if not exists" is hard-coded in the AQL parser, therefore extra spaces among > the words will cause parsing failures. -- This message was sent by Atlassian JIRA (v6.3.4#6332)