yuqi1129 commented on code in PR #10579:
URL: https://github.com/apache/gravitino/pull/10579#discussion_r3020221831


##########
catalogs/hive-metastore2-libs/build.gradle.kts:
##########
@@ -34,6 +34,7 @@ dependencies {
     exclude(group = "com.google.code.findbugs")
     exclude(group = "com.google.guava")
     exclude(group = "log4j")
+    exclude(group = "net.java.dev.jets3t")

Review Comment:
   Potential runtime compatibility risk: excluding `net.java.dev.jets3t` from 
Hadoop common can break legacy `s3n://` access paths with 
`ClassNotFoundException` (jets3t-backed S3N classes). If Gravitino 
intentionally no longer supports S3N, please document that compatibility 
boundary in release notes/config docs; otherwise we should keep this dependency 
for backward compatibility.



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