Github user ravipesala commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/971#discussion_r119781704
--- Diff:
core/src/main/java/org/apache/carbondata/core/datastore/page/statistics/ColumnPageStatistics.java
---
@@ -33,30 +34,30 @@
* the unique value is the non-exist value in the row,
* and will be used as storage key for null values of measures
*/
- private Object uniqueValue;
+ private Object nonExistValue;
--- End diff --
I don't think we are using this now, better can be removed
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---