Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0.0
-
None
-
RHEL 6.4
Description
When trying to set the timeout for a Drill Statement object, Drill does not report any SQLException which makes the developer incorrectly believe that a timeout has been set.
The operation should throw the exception:
java.sql.SQLException: Method not supported
at org.apache.drill.jdbc.DrillStatement.setQueryTimeout(DrillStatement.java)
....
Attachments
Attachments
Issue Links
- is related to
-
DRILL-2089 Split JDBC implementation out of org.apache.drill.jdbc, so that pkg. is place for doc.
- Resolved