errose28 commented on code in PR #10062:
URL: https://github.com/apache/ozone/pull/10062#discussion_r3633202419


##########
hadoop-ozone/common/src/test/java/org/apache/hadoop/ozone/om/helpers/TestOmMultipartPartInfo.java:
##########
@@ -63,6 +63,7 @@ public void testGetFromProtoRejectsMissingRequiredFields() {
         () -> 
OmMultipartPartInfo.getFromProto(base.toBuilder().clearPartName().build()));
     assertThrows(IllegalArgumentException.class,
         () -> 
OmMultipartPartInfo.getFromProto(base.toBuilder().clearPartNumber().build()));
+    // Behaviour change: eTag is now a mandatory field for all clients.

Review Comment:
   nit. Here an elsewhere: AI has a tendency to reference past changes where it 
doesn't make sense in the context of the code base. This is purely a test of 
present behavior which makes the comment misleading outside of the original 
agent session that made the change.
   ```suggestion
       // eTag is a mandatory field for all clients.
   ```



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