You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/08/04 13:33:45 UTC

[GitHub] [incubator-doris] imay commented on a change in pull request #4247: Unified the grammer style of create/drop bitmap and bloomfilter index

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org