Github user shivamasn commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/3031#discussion_r244755533
--- Diff:
core/src/main/java/org/apache/carbondata/core/datastore/page/LocalDictColumnPage.java
---
@@ -140,6 +140,7 @@ public boolean isLocalDictGeneratedPage() {
} else {
actualDataColumnPage.putBytes(rowId, bytes);
}
+ pageSize = rowId + 1;
--- End diff --
@xuchuanyin @qiuchenjian Is it ok now?---
