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/04/21 01:14:58 UTC

[jira] [Updated] (DRILL-1765) Exceptions are not propagated properly to the client anymore

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

Deneche A. Hakim updated DRILL-1765:
------------------------------------
    Component/s: Execution - Flow

> Exceptions are not propagated properly to the client anymore
> ------------------------------------------------------------
>
>                 Key: DRILL-1765
>                 URL: https://issues.apache.org/jira/browse/DRILL-1765
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Execution - Flow
>    Affects Versions: 0.7.0
>            Reporter: Deneche A. Hakim
>            Assignee: Jacques Nadeau
>             Fix For: 0.7.0
>
>
> When running the following query:
> {code}
> show databases.;
> {code}
> In sqlline we used to get the following error message:
> {code}
> Query failed: Failure while parsing sql. Encountered "." at line 1, column 15.
> Was expecting one of:
>     <EOF>
>     "LIKE" ...
>     "WHERE" ...
>      [8417fee2-88fc-4427-ac26-78af1f047be7]
> Error: exception while executing query: Failure while trying to get next result
> batch. (state=,code=0)
> {code}
> But now we only get:
> {code}
> Query failed: Query failed.
> Error: exception while executing query: Failure while executing query. (state=,code=0)
> {code}



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