[
https://issues.apache.org/jira/browse/DRILL-3869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14938855#comment-14938855
]
ASF GitHub Bot commented on DRILL-3869:
---------------------------------------
GitHub user aleph-zero opened a pull request:
https://github.com/apache/drill/pull/178
Fix for DRILL-3869
Fixes a minor bug in the web UI whereby a query submitted with a
trailing ';' would cause an exception to be thrown.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/aleph-zero/drill issues/DRILL-3869
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/drill/pull/178.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #178
----
commit 5332efab54578de56d1080734305d26e582a5b1c
Author: aleph-zero <[email protected]>
Date: 2015-09-30T20:56:21Z
Fix for DRILL-3869
Fixes a minor bug in the web UI whereby a query submitted with a
trailing ';' would cause an exception to be thrown.
----
> Trailing semicolon causes web UI to fail
> ----------------------------------------
>
> Key: DRILL-3869
> URL: https://issues.apache.org/jira/browse/DRILL-3869
> Project: Apache Drill
> Issue Type: Bug
> Affects Versions: 1.1.0
> Reporter: Andrew
> Assignee: Andrew
> Fix For: 1.2.0
>
>
> When submitting a query through the web UI, if the user types in a trailing
> ';' the query will fail with the error message:
> org.apache.drill.common.exceptions.UserRemoteException: PARSE ERROR:
> Encountered ";" at line 1, column 42. Was expecting one of: "OFFSET" ...
> "FETCH" ...
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)