sunxiaojian commented on code in PR #6271:
URL: https://github.com/apache/gravitino/pull/6271#discussion_r1921102776


##########
spark-connector/spark-common/build.gradle.kts:
##########
@@ -171,3 +174,18 @@ configurations {
 artifacts {
   add("testArtifacts", testJar)
 }
+
+tasks.withType<ShadowJar>(ShadowJar::class.java) {

Review Comment:
   Do we need to add this to every spark-runtime version package? Should we 
extract the common packages or handle them directly in the common module? This 
way, we can avoid redundant processing.



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

Reply via email to