This is an automated email from the ASF dual-hosted git repository. forwardxu pushed a commit to branch release-0.12.1 in repository https://gitbox.apache.org/repos/asf/hudi.git
commit 5f6d6ae42d4a4be1396c4cc585c503b1c23e9deb Author: XuQianJin-Stars <[email protected]> AuthorDate: Wed Nov 2 14:44:30 2022 +0800 remove hudi-kafka-connect module --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 0adb64838b..01be2c1f89 100644 --- a/pom.xml +++ b/pom.xml @@ -58,9 +58,9 @@ <module>packaging/hudi-trino-bundle</module> <module>hudi-examples</module> <module>hudi-flink-datasource</module> - <module>hudi-kafka-connect</module> +<!-- <module>hudi-kafka-connect</module>--> <module>packaging/hudi-flink-bundle</module> - <module>packaging/hudi-kafka-connect-bundle</module> +<!-- <module>packaging/hudi-kafka-connect-bundle</module>--> <module>hudi-tests-common</module> </modules>
