minihippo commented on code in PR #5064:
URL: https://github.com/apache/hudi/pull/5064#discussion_r923504074


##########
hudi-client/hudi-spark-client/pom.xml:
##########
@@ -43,6 +43,11 @@
       <artifactId>hudi-client-common</artifactId>
       <version>${project.parent.version}</version>
     </dependency>
+    <dependency>
+      <groupId>org.apache.hudi</groupId>
+      <artifactId>hudi-metastore</artifactId>

Review Comment:
   For test, spark-client  also needs to depend on the hudi-metaserver to run 
the embedded server. The embedded server is called by the client. So it 
couldn't be seperated. 



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