zhang-arvin opened a new pull request, #12741:
URL: https://github.com/apache/gravitino/pull/12741

   ### What changes were proposed in this pull request?
   
   Add `hadoop-aws` (3.3.6) as an implementation dependency to 
`catalog-lakehouse-paimon`.
   
   ### Why are the changes needed?
   
   Fix: #12682
   
   Paimon catalog fails to access `s3a://` warehouse because the 
`org.apache.hadoop.fs.s3a.S3AFileSystem` class is unavailable at runtime. When 
Paimon falls back to `HadoopFileIO` for S3A schemes, it requires `hadoop-aws` 
on the classpath.
   
   ### Does this PR introduce any user-facing change?
   
   No. Users who use S3A warehouses with Paimon catalog will now be able to 
access them without manually adding the hadoop-aws jar.
   
   ### How was this patch tested?
   
   Verified that `org.apache.hadoop.fs.s3a.S3AFileSystem` class is present in 
the hadoop-aws-3.3.6.jar artifact.


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