Github user xuchuanyin commented on the issue:
https://github.com/apache/carbondata/pull/2200
@jackylk review comments are fixed. Add a dm_property called
âbloom_sizeâ to configure the size of bloom filter.
Since we can have multiple indexed columns and the cardinality of them are
differs, so we can support specifying corresponding bloom_size in the future.
Besides, more tests are needed, such as exception, datamap profiling for
this datamap -- will do it in the future, this version will provide the basic
correct test case.
---