Github user sounakr commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1751#discussion_r161963305
--- Diff:
core/src/main/java/org/apache/carbondata/core/datastore/page/statistics/SimpleStatsResult.java
---
@@ -25,6 +25,8 @@
Object getMax();
+ byte getNull();
--- End diff --
We can do it. But in later phase of execution the Boolean will again get
converted to Byte[]. So it doesn't make that much difference. ---
