tub opened a new pull request, #7187:
URL: https://github.com/apache/paimon/pull/7187

   ### Purpose
   Hadoop 3.4.x switched hadoop-aws from AWS SDK v1 to v2 (HADOOP-18073). This 
updates the S3 multipart upload implementation to use the new SDK types:
   - CompletedPart instead of PartETag
   - CompleteMultipartUploadResponse instead of CompleteMultipartUploadResult
   - UploadPartRequest/UploadPartResponse for part uploads
   
   This is a step towards implementing conditional writes for AWS S3, Azure and 
others.
   
   Also updates NOTICE files for the new Hadoop 3.4.2 dependencies.
   
   Linked issue: apache/paimon#6563
   
   ### Tests
   
   Existing S3 and Azure tests cover the changes.
   
   ### API and Format
   
   No
   
   ### Documentation
   
   No


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