This is an automated email from the ASF dual-hosted git repository.
dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git
The following commit(s) were added to refs/heads/master by this push:
new adbed54527 [INLONG-9417][Sort] Fix the missing MySQL CDC connector for
Flink 1.15 (#9430)
adbed54527 is described below
commit adbed545273639a6523f6e055d7cc9b9885d7d01
Author: Hao <[email protected]>
AuthorDate: Wed Dec 6 19:52:31 2023 +0800
[INLONG-9417][Sort] Fix the missing MySQL CDC connector for Flink 1.15
(#9430)
---
inlong-distribution/src/main/assemblies/sort-connectors-v1.15.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/inlong-distribution/src/main/assemblies/sort-connectors-v1.15.xml
b/inlong-distribution/src/main/assemblies/sort-connectors-v1.15.xml
index c88fd0cd3d..855b66f858 100644
--- a/inlong-distribution/src/main/assemblies/sort-connectors-v1.15.xml
+++ b/inlong-distribution/src/main/assemblies/sort-connectors-v1.15.xml
@@ -71,7 +71,7 @@
<directory>../inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/mysql-cdc/target</directory>
<outputDirectory>inlong-sort/connectors</outputDirectory>
<includes>
-
<include>sort-connector-mysql-v1.15-${project.version}.jar</include>
+
<include>sort-connector-mysql-cdc-v1.15-${project.version}.jar</include>
</includes>
<fileMode>0644</fileMode>
</fileSet>