FANNG1 commented on code in PR #4265:
URL: https://github.com/apache/gravitino/pull/4265#discussion_r1690708294


##########
flink-connector/build.gradle.kts:
##########
@@ -33,6 +33,7 @@ val artifactName = "gravitino-${project.name}-$scalaVersion"
 dependencies {
   implementation(project(":api"))
   implementation(project(":catalogs:catalog-common"))
+  implementation(project(":catalogs:catalog-hive"))

Review Comment:
   maybe you should use, or refer the `build.gradle.kts` in spark connector
   tasks.test {
       dependsOn(":catalogs:catalog-hive:jar")
   }
   ```



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