sumitagrawl commented on code in PR #4091:
URL: https://github.com/apache/ozone/pull/4091#discussion_r1053078844
##########
hadoop-ozone/ozone-manager/src/test/java/org/apache/hadoop/ozone/om/response/s3/multipart/TestS3MultipartUploadAbortResponse.java:
##########
@@ -100,7 +100,8 @@ public void testAddDBToBatch() throws Exception {
protected S3InitiateMultipartUploadResponse
getS3InitiateMultipartUploadResponse(
String volumeName, String bucketName, String keyName,
- String multipartUploadID, long volumeId, long bucketId) {
+ String multipartUploadID, long volumeId, long bucketId)
+ throws IOException {
Review Comment:
one method called inside that now throws IOException, so added to the
signature.
--
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]