Github user Vlad-Storona commented on a diff in the pull request:

    https://github.com/apache/drill/pull/989#discussion_r144286736
  
    --- Diff: 
exec/java-exec/src/main/java/org/apache/drill/exec/store/pcap/PcapRecordReader.java
 ---
    @@ -125,8 +129,8 @@ public int next() {
     
       @Override
       public void close() throws Exception {
    -//    buffer = null;
    -//    in.close();
    +    in.close();
    +    fs.close();
    --- End diff --
    
    Sure, my mistake, I will remove it.


---

Reply via email to