paimon
paimon copied to clipboard
[cdc] upgrade to flink cdc 3.1.1
Purpose
Linked issue: close #3763
Tests
API and Format
change pom groupId com.ververica to org.apache.flink change package name com.ververica to org.apache.flink flink-mysql-cdc 3.1.x From flink cdc 3.1.x,we shoud add mysql-connector-java dependency manually in paimon-e2e-tests. upgrade flink version from 1.17.2 to 1.18.1 in paimon-flink-cdc, to be consistent with flink cdc. correct the ververica related link.
Documentation
similar PR: https://github.com/apache/paimon/pull/3600 https://github.com/apache/paimon/pull/2604