linyiqun commented on a change in pull request #2228:
URL: https://github.com/apache/ozone/pull/2228#discussion_r631164761
##########
File path:
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/TestOzoneClientMultipartUploadWithFSO.java
##########
@@ -846,8 +930,7 @@ private String verifyUploadedPart(String volumeName, String
bucketName,
omKeyInfo.getKeyName());
Assert.assertEquals(uploadID, omMultipartKeyInfo.getUploadID());
- long parentID = getParentID(volumeName, bucketName, keyName,
- metadataMgr);
+ getParentID(volumeName, bucketName, keyName, metadataMgr);
Review comment:
Nit: This line can be removed.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]