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

    https://github.com/apache/drill/pull/1060#discussion_r161028252
  
    --- Diff: 
exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/ScanBatch.java 
---
    @@ -471,8 +519,8 @@ public void close() throws Exception {
         container.clear();
         mutator.clear();
         if (currentReader != null) {
    -      currentReader.close();
    -    }
    +    currentReader.close();
    +  }
    --- End diff --
    
    done.


---

Reply via email to