caican00 commented on code in PR #5722:
URL: https://github.com/apache/gravitino/pull/5722#discussion_r1885562828


##########
spark-connector/spark-common/build.gradle.kts:
##########
@@ -123,6 +130,9 @@ dependencies {
     exclude("org.glassfish.jersey.inject")
   }
   
testImplementation("org.scala-lang.modules:scala-collection-compat_$scalaVersion:$scalaCollectionCompatVersion")
+  
testImplementation("org.apache.spark:spark-catalyst_$scalaVersion:$sparkVersion")

Review Comment:
   Now the paimon spark runtime jar is incompatible  with scala2.13 , because 
it is built with scala2.12 in spark3.3 , spark3.4 and spark3.5 module. I have 
to exclude all the spark dependencies for paimon spark runtime and use the 
spark dependencies with scala2.13.



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