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

    https://github.com/apache/carbondata/pull/2403#discussion_r199041852
  
    --- Diff: 
datamap/bloom/src/main/java/org/apache/carbondata/datamap/bloom/BloomDataMapBuilder.java
 ---
    @@ -42,6 +42,8 @@
           boolean bloomCompress) throws IOException {
         super(tablePath, dataMapName, indexColumns, segment, shardName, 
bloomFilterSize, bloomFilterFpp,
             bloomCompress);
    +    throw new RuntimeException(
    --- End diff --
    
    Use UnsupportedOperationException


---

Reply via email to