This is an automated email from the ASF dual-hosted git repository.

yufei pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git


The following commit(s) were added to refs/heads/main by this push:
     new 50d45bc94 Spark: Remove unnecessary dependency (#2789)
50d45bc94 is described below

commit 50d45bc94cc1b3781924cf036947d0e8bc827771
Author: Yufei Gu <[email protected]>
AuthorDate: Thu Oct 9 15:29:43 2025 -0700

    Spark: Remove unnecessary dependency (#2789)
---
 plugins/spark/v3.5/integration/build.gradle.kts | 1 -
 1 file changed, 1 deletion(-)

diff --git a/plugins/spark/v3.5/integration/build.gradle.kts 
b/plugins/spark/v3.5/integration/build.gradle.kts
index a8cc7e0ca..f7c989208 100644
--- a/plugins/spark/v3.5/integration/build.gradle.kts
+++ b/plugins/spark/v3.5/integration/build.gradle.kts
@@ -43,7 +43,6 @@ dependencies {
     exclude(group = "org.scala-lang", module = "scala-reflect")
   }
 
-  implementation(project(":polaris-runtime-defaults"))
   implementation(project(":polaris-runtime-service"))
 
   testImplementation(

Reply via email to