yiguolei commented on code in PR #65561:
URL: https://github.com/apache/doris/pull/65561#discussion_r3601310439
##########
gensrc/proto/data.proto:
##########
@@ -69,6 +69,7 @@ message PColumnMeta {
optional segment_v2.ColumnPathInfo column_path = 9;
optional int32 variant_max_subcolumns_count = 10 [default = 0];
optional bool variant_enable_doc_mode = 11 [default = false];
+ optional bool variant_is_v2 = 12 [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]