Github user ManoharVanam commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1560#discussion_r153059130
--- Diff:
core/src/main/java/org/apache/carbondata/core/datastore/impl/DFSFileHolderImpl.java
---
@@ -35,7 +35,7 @@
/**
* cache to hold filename and its stream
*/
- private Map<String, FSDataInputStream> fileNameAndStreamCache;
+ public Map<String, FSDataInputStream> fileNameAndStreamCache;
--- End diff --
ok---
