Github user laurentgo commented on a diff in the pull request: https://github.com/apache/drill/pull/1024#discussion_r149277578 --- Diff: exec/jdbc/src/main/java/org/apache/drill/jdbc/impl/DrillPreparedStatementImpl.java --- @@ -46,6 +48,8 @@ DrillRemoteStatement { private final PreparedStatement preparedStatementHandle; + int queryTimeoutInSeconds = 0; --- End diff -- unnecessary I believe: you can simply access the parent class' value
---