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

   ### Purpose
   
   This PR significantly reduces the size of `paimon-s3` jar file by:
   
   1.  Excluding the AWS SDK v2 Bundle (which contains 400+ AWS services) from 
the `hadoop-aws` dependency
   2. Explicitly including only the 12 necessary AWS SDK v2 modules required 
for S3 functionality:
   
      - apache-client
      - auth
      - crt-core
      - http-auth-aws-crt
      - iam
      - sso
      - s3
      - kms
      - glue
      - sts
      - dynamodb
      - lakeformation
   
   Result:
   - `paimon-s3.jar`: 670MB → 91MB
   
   ### Tests
   Existing Integration Tests:
   
   - SparkS3ITCase
   
   - HiveCatalogITCaseBase
   


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