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

[jira] [Commented] (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=14530976#comment-14530976 ] 

Venki Korukanti commented on DRILL-2973:
----------------------------------------

We were printing the error message using System.out, but this got changed DRILL-2884 which removed printing the error message to stdout.

> 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
>         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)