sumitagrawl commented on code in PR #4091:
URL: https://github.com/apache/ozone/pull/4091#discussion_r1053077706
##########
hadoop-ozone/ozone-manager/src/test/java/org/apache/hadoop/ozone/om/response/s3/multipart/TestS3MultipartResponse.java:
##########
@@ -94,7 +94,7 @@ public void tearDown() {
public S3InitiateMultipartUploadResponse createS3InitiateMPUResponse(
String volumeName, String bucketName, String keyName,
- String multipartUploadID) {
+ String multipartUploadID) throws IOException {
Review Comment:
Here, its calling another method which now throws IOException.
--
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]