[
https://issues.apache.org/jira/browse/DRILL-6987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16748026#comment-16748026
]
Arina Ielchiieva commented on DRILL-6987:
-----------------------------------------
[~benj641] you should mind that SqlLine is a framework that Drill uses. If you
find bugs in SqlLine, it's better to report them to SqlLine community rather
than to Drill project.
Link to issues in SqlLine - https://github.com/julianhyde/sqlline/issues
> 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
> Priority: Minor
>
> 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)