You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Daniel Barclay (Drill) (JIRA)" <ji...@apache.org> on 2015/03/25 06:32:52 UTC

[jira] [Created] (DRILL-2555) JDBC driver throws RuntimeExceptions rather than SQLExceptions

Daniel Barclay (Drill) created DRILL-2555:
---------------------------------------------

             Summary: JDBC driver throws RuntimeExceptions rather than SQLExceptions
                 Key: DRILL-2555
                 URL: https://issues.apache.org/jira/browse/DRILL-2555
             Project: Apache Drill
          Issue Type: Bug
            Reporter: Daniel Barclay (Drill)


In the JDBC driver, a number of methods throw java.lang.UnsupportedOperationException, a run-time exception.

They should throw some SQLException, since that's the JDBC pattern and what JDBC clients will be expecting (i.e., coded to handle).

They should probably use SQLFeatureNotSupportedException (at least for the case of an unsupported "optional JDBC feature" ) or SQLNonTransientException (or subclasses thereof).





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