Github user manishgupta88 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2772#discussion_r227303328
--- Diff:
core/src/main/java/org/apache/carbondata/core/datastore/page/UnsafeFixLengthColumnPage.java
---
@@ -534,6 +534,11 @@ private int getEndLoop() {
}
}
+ @Override
+ public long getPageLengthInBytes() {
+ return totalLength;
--- End diff --
We need to implement this method for `SafeFixLengthColumnPage` also---
