Github user manishgupta88 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2187#discussion_r184281016
--- Diff:
core/src/main/java/org/apache/carbondata/core/indexstore/blockletindex/BlockletDataMapFactory.java
---
@@ -121,7 +123,7 @@ public DataMapWriter createWriter(Segment segment) {
segmentMap.get(segment.getSegmentNo());
if (tableBlockIndexUniqueIdentifiers == null) {
tableBlockIndexUniqueIdentifiers =
- BlockletDataMapUtil.getTableBlockUniqueIdentifiers(segment,
identifier.getTablePath());
+ BlockletDataMapUtil.getTableBlockUniqueIdentifiers(segment,
identifier.getTablePath());
--- End diff --
check for proper identation for this line
---