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 2017/03/10 17:49:04 UTC

[jira] [Resolved] (ASTERIXDB-1834) " is displayed instead of " in an error message of the WebUI

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

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

> &quot; 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)