Github user sounakr commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2417#discussion_r201199788
--- Diff:
core/src/main/java/org/apache/carbondata/core/datastore/page/ColumnPage.java ---
@@ -141,7 +141,7 @@ private static ColumnPage
createFixLengthByteArrayPage(TableSpec.ColumnSpec colu
throw new RuntimeException(e);
}
} else {
- return new SafeFixLengthColumnPage(columnSpec, dataType, pageSize,
eachValueSize);
+ return new SafeFixLengthColumnPage(columnSpec, dataType, pageSize);
--- End diff --
Done
---