zhouenning created FLINK-20842:
----------------------------------
Summary: Data row is smaller than a column index, internal schema representation is probably out of sync with real database schema
Key: FLINK-20842
URL:
https://issues.apache.org/jira/browse/FLINK-20842 Project: Flink
Issue Type: Bug
Components: Table SQL / Planner
Affects Versions: 1.11.1
Environment: FLINK VERSION 1.11.1
SCALA 2.11.1
KAFKA 2.11
MYSQL 5.6
com.alibaba.ververica:flink-connector-mysql-cdc:1.1.0
Reporter: zhouenning
Fix For: 1.11.1
Attachments: error.log
I try to use FLINK CDC Sink Kafka ,The error has been prompted 'Data row is smaller than a column index, internal schema representation is probably out of sync with real database schema', it should be the table structure change caused the program to stop.
I try to use the latest com.alibaba.ververica:flink-connector-mysql-cdc:1.1.0,Error is still happend
When I change other database instance who's new is ok
How can I skip this error and let the program continue
--
This message was sent by Atlassian Jira
(v8.3.4#803005)