Github user kkhatua commented on a diff in the pull request:
https://github.com/apache/drill/pull/1024#discussion_r149472887
--- Diff:
exec/jdbc/src/main/java/org/apache/drill/jdbc/impl/DrillResultSetImpl.java ---
@@ -66,11 +70,27 @@
private final DrillConnectionImpl connection;
private volatile boolean hasPendingCancelationNotification = false;
+ private Stopwatch elapsedTimer;
--- End diff --
+1---
