yuqi1129 commented on code in PR #10579:
URL: https://github.com/apache/gravitino/pull/10579#discussion_r3020224104
##########
catalogs/catalog-lakehouse-paimon/build.gradle.kts:
##########
@@ -108,6 +108,7 @@ dependencies {
exclude("com.sun.jersey")
exclude("javax.servlet")
exclude("org.apache.avro")
+ exclude("net.java.dev.jets3t")
Review Comment:
Same compatibility concern as above: excluding `net.java.dev.jets3t` may
break environments still using legacy `s3n://` FS implementation. Please
confirm S3N is explicitly out-of-scope; if yes, suggest documenting it to avoid
surprise runtime failures.
--
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]