You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/07/13 19:33:54 UTC

[GitHub] [hudi] minihippo commented on a diff in pull request #5064: [HUDI-3654] Initialize hudi metastore module.

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


##########
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:
   Will fix. Should TMS and metastore be in the same module?



-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org