vamsikarnika commented on code in PR #639: URL: https://github.com/apache/incubator-xtable/pull/639#discussion_r1942696781
########## xtable-core/pom.xml: ########## @@ -82,6 +82,18 @@ <groupId>org.apache.hudi</groupId> <artifactId>hudi-java-client</artifactId> </dependency> + <dependency> + <groupId>org.apache.hudi</groupId> + <artifactId>hudi-sync-common</artifactId> + <version>${hudi.version}</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.apache.hudi</groupId> + <artifactId>hudi-hive-sync</artifactId> + <version>${hudi.version}</version> + <scope>provided</scope> + </dependency> Review Comment: We're using this packages to use hudi's PartitionValueExtractor class to sync partitions. -- 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-unsubscr...@xtable.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org