yuqi1129 commented on code in PR #4083:
URL: https://github.com/apache/gravitino/pull/4083#discussion_r1667881498
##########
catalogs/bundled-catalog/build.gradle.kts:
##########
@@ -85,6 +85,7 @@ tasks.withType<ShadowJar>(ShadowJar::class.java) {
exclude("NOTICE")
minimize()
+ relocate("com.datastrato.gravitino.catalog.lakehouse.iceberg",
"com.datastrato.gravitino.shaded.bundled.catalog.lakehouse.iceberg")
Review Comment:
I'm not very sure why only to relocate the package of Iceberg catalog, are
there any similar issues for Hive and Hadoop catalogs?
--
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]