Qishang Zhong created FLINK-34948: ------------------------------------- Summary: CDC RowType can not convert to flink type Key: FLINK-34948 URL: https://issues.apache.org/jira/browse/FLINK-34948 Project: Flink Issue Type: Bug Components: Flink CDC Reporter: Qishang Zhong
Fix cdc {{RowType}} can not convert to flink type I meet the follow exception: {code:java} java.lang.ArrayStoreException at java.lang.System.arraycopy(Native Method) at java.util.Arrays.copyOf(Arrays.java:3213) at java.util.ArrayList.toArray(ArrayList.java:413) at java.util.Collections$UnmodifiableCollection.toArray(Collections.java:1036) {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)