Github user xuchuanyin commented on the issue:
https://github.com/apache/carbondata/pull/2169
@ravipesala I'm confused...
Can you check the MinMaxDataMap and run the example with/without this PR?
Note that:
1. You can first apply #2201 to fix the example error
2. Change `lineNum` to 1000000
3. Change the table_blocksize of `minMaxDMSampleTable` to 256
4. run the queries in the example
Each query should return exactly 1 record, but you'll find some queries return 0 while some return 2.
If it is realy a problem, please show me how to fix it in MinMaxDataMap. Thanks~
---