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

    https://github.com/apache/carbondata/pull/2313#discussion_r189249203
  
    --- Diff: 
store/sdk/src/main/java/org/apache/carbondata/store/LocalCarbonStore.java ---
    @@ -102,6 +107,11 @@
             while (reader.nextKeyValue()) {
               rows.add((CarbonRow)reader.getCurrentValue());
             }
    +        try {
    +          reader.close();
    +        } catch (IOException e) {
    +          LOGGER.error(e);
    +        }
    --- End diff --
    
    fixed


---

Reply via email to