LvYanquan created FLINK-34595:
---------------------------------
Summary: Fix ClassNotFoundException:
com.ververica.cdc.common.utils.StringUtils
Key: FLINK-34595
URL: https://issues.apache.org/jira/browse/FLINK-34595
Project: Flink
Issue Type: Bug
Components: Flink CDC
Reporter: LvYanquan
Fix For: cdc-3.1.0
In this pr
https://github.com/apache/flink-cdc/pull/2986/files#diff-cec13810c47e9465e4f2a72507f655b86f41579768b9924fe024aabc60b31d17R21[,|https://github.com/apache/flink-cdc/pull/2986,]
we introduced
org.apache.flink.cdc.common.utils.StringUtils class of flink-cdc-common module
in flink-connector-mysql-cdc module.
However, the sub module flink-sql-connector-mysql-cdc doesn't include
flink-cdc-common module when packaging, so we can't find this class in sql
jar..
--
This message was sent by Atlassian Jira
(v8.20.10#820010)