kerneltime commented on code in PR #5668:
URL: https://github.com/apache/ozone/pull/5668#discussion_r1409994176


##########
hadoop-ozone/interface-client/src/main/proto/OmClientProtocol.proto:
##########
@@ -1598,7 +1599,8 @@ message MultipartUploadCompleteResponse {
 
 message Part {
     required uint32 partNumber = 1;
-    required string partName = 2;
+    optional string partName = 2;
+    required string eTag = 3;

Review Comment:
   Best to leave this as optional for any future changes.



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