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

Taewoo Kim resolved ASTERIXDB-1834.
-----------------------------------
    Resolution: Fixed

> " is displayed instead of " in an error message of the WebUI
> -----------------------------------------------------------------
>
>                 Key: ASTERIXDB-1834
>                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-1834
>             Project: Apache AsterixDB
>          Issue Type: Bug
>            Reporter: Taewoo Kim
>            Assignee: Till
>
> Open the WebUI, and type the following. Please set the Query Language as 
> SQL++ (default).
> {code}
> use dataverse tmp;
> {code}
> Then, you will see
> {code}
> Syntax error: In line 1 >>use dataverse tmp;<< Encountered 
> &quot;dataverse&quot; at column 5.  [CompilationException]
> {code}
> Instead, the result should be:
> {code}
> Syntax error: In line 1 >>use dataverse tmp;<< Encountered "dataverse" at 
> column 5.  [CompilationException]
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to