You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "benj (JIRA)" <ji...@apache.org> on 2019/01/21 15:17:00 UTC

[jira] [Created] (DRILL-6987) sqlline - simple semicolon ";" with no command produce error

benj created DRILL-6987:
---------------------------

             Summary: sqlline - simple semicolon ";" with no command produce error
                 Key: DRILL-6987
                 URL: https://issues.apache.org/jira/browse/DRILL-6987
             Project: Apache Drill
          Issue Type: Bug
          Components: SQL Parser
    Affects Versions: 1.15.0
            Reporter: benj


In sqlline, a single semicolon (or space(s) followed by semicolon) - "*[ ]*;*" - produce an error
{code:java}
;
Error: PARSE ERROR: Encountered "<EOF>" at line 0, column 0.
{code}
It's not necessary a real bug, but I think it can produce "too much" error for nothing.

Don't need/want an error for an empty command.

 

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)