Github user ravipesala commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1398#discussion_r143815996
--- Diff:
core/src/main/java/org/apache/carbondata/core/util/DataFileFooterConverter.java
---
@@ -123,6 +123,25 @@ private BlockletInfo getBlockletInfo(
}
@Override public List<ColumnSchema> getSchema(TableBlockInfo
tableBlockInfo) throws IOException {
- return null;
+ FileHolder fileReader = null;
--- End diff --
yes, it is part of this PR. We need to get columnschema
---