Github user laurentgo commented on a diff in the pull request:
https://github.com/apache/drill/pull/858#discussion_r149229229
--- Diff: exec/jdbc/src/main/java/org/apache/drill/jdbc/DrillStatement.java
---
@@ -34,11 +35,11 @@
* if connection is closed
*/
@Override
- int getQueryTimeout() throws AlreadyClosedSqlException;
+ int getQueryTimeout() throws AlreadyClosedSqlException, SQLException;
--- End diff --
javadoc needs to be updated too---
