This is an automated email from the ASF dual-hosted git repository.
danny0405 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/master by this push:
new 588a34a [HUDI-2571] Remove include-flink-sql-connector-hive profile
from flink bundle (#3818)
588a34a is described below
commit 588a34aa95c608b595da66e6d42c9f06c9ef1546
Author: Danny Chan <[email protected]>
AuthorDate: Mon Oct 18 17:34:49 2021 +0800
[HUDI-2571] Remove include-flink-sql-connector-hive profile from flink
bundle (#3818)
---
packaging/hudi-flink-bundle/pom.xml | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/packaging/hudi-flink-bundle/pom.xml
b/packaging/hudi-flink-bundle/pom.xml
index 796635c..da2548c 100644
--- a/packaging/hudi-flink-bundle/pom.xml
+++ b/packaging/hudi-flink-bundle/pom.xml
@@ -686,15 +686,5 @@
</dependency>
</dependencies>
</profile>
- <profile>
- <id>include-flink-sql-connector-hive</id>
- <dependencies>
- <dependency>
- <groupId>org.apache.flink</groupId>
-
<artifactId>flink-sql-connector-hive-2.3.6_${scala.binary.version}</artifactId>
- <version>${flink.version}</version>
- </dependency>
- </dependencies>
- </profile>
</profiles>
</project>