mchades commented on code in PR #8357:
URL: https://github.com/apache/gravitino/pull/8357#discussion_r2317680376


##########
bundles/aws/build.gradle.kts:
##########
@@ -63,14 +61,12 @@ tasks.withType(ShadowJar::class.java) {
     exclude(dependency("org.slf4j:slf4j-api"))
   }
 
-  relocate("com.amazonaws", "org.apache.gravitino.aws.shaded.com.amazonaws")
   relocate("com.fasterxml.jackson", 
"org.apache.gravitino.aws.shaded.com.fasterxml.jackson")
   relocate("com.google.common", 
"org.apache.gravitino.aws.shaded.com.google.common")
   relocate("com.google.errorprone", 
"org.apache.gravitino.aws.shaded.com.google.errorprone")
   relocate("com.google.thirdparty", 
"org.apache.gravitino.aws.shaded.com.google.thirdparty")
   relocate("io.netty", "org.apache.gravitino.aws.shaded.io.netty")
   relocate("org.apache.commons", 
"org.apache.gravitino.aws.shaded.org.apache.commons")
-  relocate("org.apache.hadoop.fs.s3a", 
"org.apache.gravitino.aws.shaded.org.apache.hadoop.fs.s3a")

Review Comment:
   This change also fixes issue #8041. Please add the issue number to the PR 
title and description.



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