You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Daniel Barclay (Drill) (JIRA)" <ji...@apache.org> on 2015/05/11 07:29:59 UTC

[jira] [Commented] (DRILL-3020) Some exception message text not displayed in SQLLine, etc.; copy to thrown SQLException

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

Daniel Barclay (Drill) commented on DRILL-3020:
-----------------------------------------------

Review request is a https://reviews.apache.org/r/34028/.

> Some exception message text not displayed in SQLLine, etc.; copy to thrown SQLException
> ---------------------------------------------------------------------------------------
>
>                 Key: DRILL-3020
>                 URL: https://issues.apache.org/jira/browse/DRILL-3020
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Client - JDBC
>            Reporter: Daniel Barclay (Drill)
>            Assignee: Daniel Barclay (Drill)
>         Attachments: DRILL-3020.1.patch.txt
>
>
> In the JDBC driver, for some SQLException thrown to wrap underlying exceptions, the thrown SQLException's message text does not include any information from the underlying exception.  
> The means that the underlying message text is less likely to be visible to the end user.  (For example, SQLLine display's a SQLException's message text, but not normally its stack track or the message text of chained exceptions.)
> (Note that does not apply to UserExceptions from the server; that case is already handled.)
> &nbsp;
> For those cases, the JDBC driver should copy more information into the top-level SQLException's message text (e.g., copy the message text of the next chained exception, as it already does for UserExceptions.)



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