gavinchou commented on code in PR #58459:
URL: https://github.com/apache/doris/pull/58459#discussion_r2583733663
##########
gensrc/proto/olap_file.proto:
##########
@@ -249,6 +250,12 @@ message RowsetMetaCloudPB {
optional int64 visible_ts_ms = 109;
optional string reference_instance_id = 110; // For cluster snapshot
+ optional RecycleStatePB recycle_state = 111;
+}
+
+enum RecycleStatePB {
Review Comment:
add scope to this state, easily to be conflict
--
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]