dataroaring commented on code in PR #39756: URL: https://github.com/apache/doris/pull/39756#discussion_r1732845090
########## gensrc/proto/olap_file.proto: ########## @@ -390,6 +396,7 @@ message TabletSchemaPB { // column unique ids for row store columns repeated int32 row_store_column_unique_ids = 26; optional int64 row_store_page_size = 27 [default=16384]; + optional int32 skip_bitmap_col_idx = 29 [default = -1]; Review Comment: what about 28? -- 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