w41ter commented on code in PR #53365:
URL: https://github.com/apache/doris/pull/53365#discussion_r2219079919


##########
gensrc/proto/cloud.proto:
##########
@@ -661,9 +661,10 @@ message CommitPartitionLogPB {
 message DropPartitionLogPB {
     optional int64 db_id = 1;
     optional int64 table_id = 2;
-    optional int64 index_id = 3;
-    optional int64 partition_id = 4;
-    optional RecyclePartitionPB recycle_partition = 5;
+    repeated int64 index_ids = 3;
+    repeated int64 partition_ids = 4;
+    optional int64 expiration = 5; // expiration timestamp

Review Comment:
   这里是和 RecyclePartitionPB 保持一致,单独提 PR 统一吧



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