Github user QiangCai commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2984#discussion_r241265601
--- 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 --
```suggestion
LOGGER.warn(String.format("HitBlocklets is empty in bloom filter
prune method. " +
```
---