Github user kkhatua commented on a diff in the pull request:

    https://github.com/apache/drill/pull/1024#discussion_r149471249
  
    --- Diff: 
exec/jdbc/src/main/java/org/apache/drill/jdbc/impl/DrillCursor.java ---
    @@ -100,13 +103,17 @@
         final LinkedBlockingDeque<QueryDataBatch> batchQueue =
             Queues.newLinkedBlockingDeque();
     
    +    private final DrillCursor parent;
    --- End diff --
    
    Stopwatch seemed a convenient way of visualizing a timer object that is 
passed between different JDBC entities, and also provides a clean way of 
specifying elapsed time, etc. 


---

Reply via email to