yuqi1129 opened a new pull request, #12683: URL: https://github.com/apache/gravitino/pull/12683
### What changes were proposed in this pull request? Add `hadoop-aws` as a runtime dependency of the Paimon catalog so that Hadoop can load `S3AFileSystem`. Add unit and LocalStack integration tests covering an `s3a://` Paimon filesystem catalog. ### Why are the changes needed? Paimon catalogs configured with an `s3a://` warehouse fail when accessing the warehouse because `org.apache.hadoop.fs.s3a.S3AFileSystem` is missing from the catalog runtime classpath. Fix: #12682 ### Does this PR introduce _any_ user-facing change? Yes. Paimon filesystem catalogs can access `s3a://` warehouses. No API or property-key changes are introduced. ### How was this patch tested? - `./gradlew :catalogs:catalog-lakehouse-paimon:test -PskipITs` - `./gradlew :catalogs:catalog-lakehouse-paimon:check -PskipITs` - `./gradlew :catalogs:catalog-lakehouse-paimon:test --tests org.apache.gravitino.catalog.lakehouse.paimon.integration.test.CatalogPaimonS3AIT.testAccessS3AFileSystem -PskipDockerTests=false --rerun-tasks` -- 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]
