Github user gvramana commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2313#discussion_r188844850
--- Diff:
core/src/main/java/org/apache/carbondata/core/datastore/chunk/store/impl/safe/SafeVariableLengthDimensionDataChunkStore.java
---
@@ -49,6 +49,32 @@ public SafeVariableLengthDimensionDataChunkStore(boolean
isInvertedIndex, int nu
this.dataOffsets = new int[numberOfRows];
}
+ @Override public byte[] getRow(int rowId) {
--- End diff --
why is it moved?---
