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

    https://github.com/apache/carbondata/pull/2362#discussion_r193056787
  
    --- Diff: 
store/sdk/src/main/java/org/apache/carbondata/sdk/file/CarbonReader.java ---
    @@ -74,6 +74,7 @@ public boolean hasNext() throws IOException, 
InterruptedException {
             return false;
           } else {
             index++;
    +        currentReader.close();
    --- End diff --
    
    Add comment closing current reader


---

Reply via email to