You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Deneche A. Hakim (JIRA)" <ji...@apache.org> on 2015/01/29 00:28:34 UTC

[jira] [Updated] (DRILL-1373) Executing a query with a semi-colon as the last character causes 500 error in the query GUI

     [ https://issues.apache.org/jira/browse/DRILL-1373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Deneche A. Hakim updated DRILL-1373:
------------------------------------
    Description: 
Attempting to execute a query on the Query GUI page (http://node:8047/query) that contains a semi-colon at the end of the query statement results in a 500 error.
{noformat}
select count(*) from storageplugin.workspace;
{noformat}
Removing the semi-colon returns the query result successfully.

  was:
Attempting to execute a query on the Query GUI page (http://node:8047/query) that contains a semi-colon at the end of the query statement results in a 500 error.

e.g. select count(*) from storageplugin.workspace;

Removing the semi-colon returns the query result successfully.


> Executing a query with a semi-colon as the last character causes 500 error in the query GUI
> -------------------------------------------------------------------------------------------
>
>                 Key: DRILL-1373
>                 URL: https://issues.apache.org/jira/browse/DRILL-1373
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Client - HTTP
>    Affects Versions: 0.4.0
>         Environment: MapR Hadoop 3.1.1
>            Reporter: Michael England
>            Assignee: Deneche A. Hakim
>            Priority: Minor
>             Fix For: 0.8.0
>
>         Attachments: DRILL-1373.1.patch.txt, DRILL-1373.2.patch.txt, DRILL-1373.3.patch, DRILL-1373.4.patch.txt
>
>
> Attempting to execute a query on the Query GUI page (http://node:8047/query) that contains a semi-colon at the end of the query statement results in a 500 error.
> {noformat}
> select count(*) from storageplugin.workspace;
> {noformat}
> Removing the semi-colon returns the query result successfully.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)