This is an automated email from the ASF dual-hosted git repository. yihua pushed a commit to branch revert-11916-ctty/hudi-8095 in repository https://gitbox.apache.org/repos/asf/hudi.git
commit c1f6f36e98d12b8812cbbb33438689c06a3d4014 Author: Y Ethan Guo <[email protected]> AuthorDate: Mon Sep 9 00:37:14 2024 -0700 Revert "Remove hudi-hadoop-common compile dependency from hudi-client-common …" This reverts commit ad236232414bdcac5883b2fd2ab0f55a6cdb4007. --- hudi-client/hudi-client-common/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hudi-client/hudi-client-common/pom.xml b/hudi-client/hudi-client-common/pom.xml index 5d5dc326186..6e47816f62a 100644 --- a/hudi-client/hudi-client-common/pom.xml +++ b/hudi-client/hudi-client-common/pom.xml @@ -48,6 +48,11 @@ <artifactId>hudi-io</artifactId> <version>${project.version}</version> </dependency> + <dependency> + <groupId>org.apache.hudi</groupId> + <artifactId>hudi-hadoop-common</artifactId> + <version>${project.version}</version> + </dependency> <dependency> <groupId>org.apache.hudi</groupId> <artifactId>hudi-aws</artifactId>
