Github user laurentgo commented on a diff in the pull request: https://github.com/apache/drill/pull/1024#discussion_r149276207 --- Diff: exec/jdbc/src/main/java/org/apache/drill/jdbc/impl/DrillCursor.java --- @@ -376,6 +415,19 @@ synchronized void cleanup() { currentBatchHolder.clear(); } + //Set the cursor's timeout in seconds --- End diff -- why not simply getting the current timeout value from the statement itself?
---