eolivelli commented on code in PR #3604:
URL: https://github.com/apache/celeborn/pull/3604#discussion_r2826441158


##########
multipart-uploader/multipart-uploader-s3/src/main/java/org/apache/celeborn/S3MultipartUploadHandler.java:
##########
@@ -43,75 +43,88 @@
 import org.slf4j.LoggerFactory;
 
 import org.apache.celeborn.server.common.service.mpu.MultipartUploadHandler;
+import 
org.apache.celeborn.server.common.service.mpu.MultipartUploadHandlerSharedState;
 
 public class S3MultipartUploadHandler implements MultipartUploadHandler {
 
   private static final Logger logger = 
LoggerFactory.getLogger(S3MultipartUploadHandler.class);
 
   private String uploadId;
+  private final String key;
 
-  private final AmazonS3 s3Client;
+  private S3MultipartUploadHandlerSharedState sharedState;

Review Comment:
   fixed



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

Reply via email to