smengcl commented on code in PR #4333:
URL: https://github.com/apache/ozone/pull/4333#discussion_r1123822685
##########
hadoop-ozone/interface-client/src/main/proto/OmClientProtocol.proto:
##########
@@ -1028,6 +1028,10 @@ message RepeatedKeyInfo {
repeated KeyInfo keyInfo = 1;
}
+message RepeatedString {
+ repeated string keyName = 1;
Review Comment:
Ah I should have pointed out that this also needs to be specific.
```suggestion
message KeyRenameInfo {
repeated string keyNames = 1;
```
--
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]