MonkeyCanCode commented on code in PR #4588:
URL: https://github.com/apache/polaris/pull/4588#discussion_r3393308459


##########
plugins/spark/v3.5/integration/build.gradle.kts:
##########
@@ -134,6 +136,13 @@ dependencies {
   testImplementation(libs.antlr4.runtime)
 }
 
+evaluationDependsOn(":polaris-spark-${sparkMajorVersion}_${scalaVersion}")
+
+val sparkBundleJarTask =
+  project(":polaris-spark-${sparkMajorVersion}_${scalaVersion}")
+    .tasks
+    .named<ShadowJar>("createPolarisSparkJar")

Review Comment:
   Let me know if the latest one is what you referring to?



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