vinothchandar commented on code in PR #5064:
URL: https://github.com/apache/hudi/pull/5064#discussion_r921906575
##########
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:
metaserver and metastore you mean? we can split server and client components
for now? as a starting point. We can have a multi-module setup like how
`hudi-sync` is
--
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]