Copilot commented on code in PR #8587:
URL: https://github.com/apache/ozone/pull/8587#discussion_r2377394931
##########
hadoop-ozone/interface-client/src/main/proto/OmClientProtocol.proto:
##########
@@ -1401,9 +1403,12 @@ message DeleteKeyResponse {
}
message DeletedKeys {
- required string volumeName = 1 [deprecated = true];
- required string bucketName = 2 [deprecated = true];
+ required string volumeName = 1;
+ required string bucketName = 2;
Review Comment:
Removing the `[deprecated = true]` annotations from these fields could
affect backward compatibility. Ensure this change is intentional and properly
documented in the migration guide.
--
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]