FANNG1 commented on code in PR #6212:
URL: https://github.com/apache/gravitino/pull/6212#discussion_r1923194998
##########
spark-connector/spark-common/build.gradle.kts:
##########
@@ -39,6 +39,9 @@ val scalaCollectionCompatVersion: String =
libs.versions.scala.collection.compat
dependencies {
implementation(project(":catalogs:catalog-common"))
+ implementation(project(":catalogs:catalog-jdbc-common")) {
Review Comment:
`catalogs:catalog-jdbc-common` is the module of Gravitino server, why adding
this dependences?
--
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]