Github user kunal642 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2678#discussion_r216198714
--- Diff:
core/src/main/java/org/apache/carbondata/core/reader/CarbonIndexFileReader.java
---
@@ -79,6 +80,17 @@ public void openThriftReader(String filePath) throws
IOException {
thriftReader.open();
}
+ /**
+ * Open the thrift reader
+ *
+ * @param filePath
+ * @throws IOException
+ */
+ public void openThriftReader(String filePath, Configuration
configuration) throws IOException {
--- End diff --
ok
---