Github user jackylk commented on a diff in the pull request:

    https://github.com/apache/carbondata/pull/2403#discussion_r199041785
  
    --- Diff: 
datamap/bloom/src/main/java/org/apache/carbondata/datamap/bloom/BloomCoarseGrainDataMap.java
 ---
    @@ -187,21 +310,18 @@ public static String getBloomIndexFile(String 
shardPath, String colName) {
       }
       static class BloomQueryModel {
         private String columnName;
    -    private DataType dataType;
    -    private Object filterValue;
    +    private byte[] filterValue;
     
    -    private BloomQueryModel(String columnName, DataType dataType, Object 
filterValue) {
    +    private BloomQueryModel(String columnName, byte[] filterValue) {
    --- End diff --
    
    please describe the `filterValue` 


---

Reply via email to