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

    https://github.com/apache/carbondata/pull/2984#discussion_r241298414
  
    --- Diff: 
datamap/bloom/src/main/java/org/apache/carbondata/datamap/bloom/BloomCoarseGrainDataMap.java
 ---
    @@ -227,6 +231,12 @@ private String getAncestorTablePath(CarbonTable 
currentTable) {
             }
           }
         }
    +    if (hitBlocklets == null) {
    +      LOGGER.warn(String.format("HitBlocklets is null int bloom filter 
prune method! " +
    --- End diff --
    
    done


---

Reply via email to