gavinchou commented on code in PR #57702:
URL: https://github.com/apache/doris/pull/57702#discussion_r2567311170


##########
gensrc/proto/olap_file.proto:
##########
@@ -484,6 +487,9 @@ message TabletSchemaCloudPB {
     optional int64 storage_page_size = 31 [default=65536];
     optional int64 storage_dict_page_size = 32 [default=262144];
 
+    // Whether new segments of this tablet use externalized ColumnMetaPB 
layout (CMO)
+    optional bool is_external_segment_meta_used_default = 33 [default = false];

Review Comment:
   naming 



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