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

             Summary: " 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)

Reply via email to