You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Sudheesh Katkam (JIRA)" <ji...@apache.org> on 2015/05/06 20:57:01 UTC

[jira] [Comment Edited] (DRILL-2973) Error messages not showing up in sqlline

    [ https://issues.apache.org/jira/browse/DRILL-2973?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14531149#comment-14531149 ] 

Sudheesh Katkam edited comment on DRILL-2973 at 5/6/15 6:56 PM:
----------------------------------------------------------------

DRILL-2932 should fix this. Specifically the error text "Failure while executing query." will be changed to the error message (see DrillCursor [here|https://reviews.apache.org/r/33779/diff/#]).


was (Author: sudheeshkatkam):
DRILL-2932 should fix this.

> Error messages not showing up in sqlline
> ----------------------------------------
>
>                 Key: DRILL-2973
>                 URL: https://issues.apache.org/jira/browse/DRILL-2973
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Execution - Flow
>            Reporter: Rahul Challapalli
>            Assignee: Chris Westin
>            Priority: Blocker
>              Labels: error_message_must_fix
>             Fix For: 1.0.0
>
>         Attachments: error.log
>
>
> git.commit.id.abbrev=3b19076
> This could be a regression. I am not seeing any error messages. Below are some of the cases
> {code}
> 0: jdbc:drill:schema=dfs_eea> select * from sdkjgfhsjkdgf;
> Error: exception while executing query: Failure while executing query. (state=,code=0)
> {code}
> The logs have the right messages. For some reason they are not being propagated to sqlline. I attached the error log.
> {code}
> 0: jdbc:drill:schema=dfs_eea> this is crap;
> Error: exception while executing query: Failure while executing query. (state=,code=0)
> {code}



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