Github user xuchuanyin commented on the issue:
https://github.com/apache/carbondata/pull/2654
@dhatchayani What about the legacy store?
For example, for the the non-dict-primitive column, in old store in
BloomFilter datamap, it stores the bytes and during query we will convert it to
bytes, but in the new store during query we will convert it to primitive
object, which will cause mismatch.---
