kumarvishal09 commented on a change in pull request #3444: [CARBONDATA-3581] Support page level bloom filter
URL:
https://github.com/apache/carbondata/pull/3444#discussion_r349036341
##########
File path: core/src/main/java/org/apache/carbondata/core/metadata/schema/table/column/ColumnSchema.java
##########
@@ -131,6 +131,11 @@
*/
private String timeSeriesFunction = "";
+ /**
+ * set whether the column enables page bloom or not.
+ */
+ private boolean isPageBloomColumn = false;
Review comment:
need to handle in `readFields `and `writeFields `method for seralization and deseralization
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[hidden email]
With regards,
Apache Git Services