imay commented on a change in pull request #4247: URL: https://github.com/apache/incubator-doris/pull/4247#discussion_r465052989
########## File path: fe/fe-core/src/main/java/org/apache/doris/catalog/Type.java ########## @@ -77,6 +77,7 @@ public static final ScalarType HLL = ScalarType.createHllType(); public static final ScalarType CHAR = (ScalarType) ScalarType.createCharType(-1); public static final ScalarType BITMAP = new ScalarType(PrimitiveType.BITMAP); + public static final ScalarType BLOOMFILTER = new ScalarType(PrimitiveType.BLOOMFILTER); Review comment: No need to add a new type bloomfilter This bitmap is Type Bitmap, not index bitmap ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org