gavinchou commented on code in PR #53691:
URL: https://github.com/apache/doris/pull/53691#discussion_r2225281301
##########
gensrc/proto/cloud.proto:
##########
@@ -663,7 +663,7 @@ message DropPartitionLogPB {
optional int64 table_id = 2;
repeated int64 index_ids = 3;
repeated int64 partition_ids = 4;
- optional int64 expiration = 5; // expiration timestamp
+ optional int64 expiration_secs = 5; // expiration timestamp
Review Comment:
sugguested name `expired_at_s`
--
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]