Github user jackylk commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1376#discussion_r141350886
--- Diff:
core/src/main/java/org/apache/carbondata/core/indexstore/blockletindex/BlockletDataMapFactory.java
---
@@ -69,6 +73,14 @@ public DataMapWriter createWriter(String segmentId) {
@Override
public List<DataMap> getDataMaps(String segmentId) throws IOException {
List<TableBlockIndexUniqueIdentifier> tableBlockIndexUniqueIdentifiers
=
+ getTableBlockIndexUniqueIdentifiers(segmentId);
+
--- End diff --
remove empty line
---