FANNG1 commented on code in PR #6271: URL: https://github.com/apache/gravitino/pull/6271#discussion_r1920892553
########## spark-connector/spark-common/build.gradle.kts: ########## @@ -171,3 +174,18 @@ configurations { artifacts { add("testArtifacts", testJar) } + +tasks.withType<ShadowJar>(ShadowJar::class.java) { Review Comment: we could shade the jar in spark-runtime module, like `spark-connector/v3.5/spark-runtime/build.gradle.kts` -- 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: commits-unsubscr...@gravitino.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org