imay commented on a change in pull request #2953: [segment_v2] Switch to
Unified and Extensible Page Format
URL: https://github.com/apache/incubator-doris/pull/2953#discussion_r382045474
##########
File path: gensrc/proto/segment_v2.proto
##########
@@ -205,22 +191,52 @@ message IndexedColumnMetaPB {
optional uint64 size = 7;
}
-message BitmapIndexColumnPB {
+// -------------------------------------------------------------
+// Column Index Metadata
+// -------------------------------------------------------------
+
+enum ColumnIndexTypePB {
+ ORDINAL_INDEX = 0;
Review comment:
Better reserve 0, and start from 1
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]