xiaokang commented on code in PR #13430:
URL: https://github.com/apache/doris/pull/13430#discussion_r1012728861


##########
gensrc/proto/olap_file.proto:
##########
@@ -201,6 +201,20 @@ message ColumnPB {
     repeated string children_column_names = 18;
 }
 
+enum IndexType {
+    BITMAP = 0;
+    INVERTED = 1;
+    BLOOMFILTER = 2;
+}
+
+message TabletIndexPB {
+    required int32 index_id = 1;

Review Comment:
   changed



-- 
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.

To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

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

Reply via email to