Github user kevinjmh commented on the issue:

    https://github.com/apache/carbondata/pull/2654
  
    I ran a test on table with bloom datamap  created before applying this PR, 
and query it after this PR merged, but the answer is not correct. Can you check 
 it?
    
    Procedure to reproduce:
    
    - switch master code before this PR merged
    - create table with no-dict measure column (set the measure column as sort 
column)
    - create bloom datamap on the measure column
    - load some data into table
    - query on the measure column, get a result
    - switch to code after this PR merged
    - do the same query and compare the result


---

Reply via email to