yiguolei commented on code in PR #51623:
URL: https://github.com/apache/doris/pull/51623#discussion_r2232844094


##########
gensrc/proto/olap_file.proto:
##########
@@ -344,8 +349,10 @@ message ColumnPB {
     // only reference by variant sparse columns
     optional int32 parent_unique_id = 23;
     optional int32 be_exec_version = 24;
+    optional int32 variant_max_subcolumns_count = 25 [default = 0];
+    optional PatternTypePB pattern_type = 26;
     // this field is only used during flexible partial update load
-    optional bool is_on_update_current_timestamp = 25 [default = false];
+    optional bool is_on_update_current_timestamp = 28 [default = false];

Review Comment:
   你这改一下顺序,是不是启动的时候存储就错了啊?



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to