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:43:04 UTC

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

Taewoo Kim created ASTERIXDB-1834:
-------------------------------------

             Summary: &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


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)