LvYanquan created FLINK-36148: --------------------------------- Summary: Support parsing DDL to new CreateTableEvent in binlog reading phase. Key: FLINK-36148 URL: https://issues.apache.org/jira/browse/FLINK-36148 Project: Flink Issue Type: New Feature Components: Flink CDC Affects Versions: cdc-3.2.0 Reporter: LvYanquan Fix For: cdc-3.2.0
Currently, we didn't parsing DDL to new CreateTableEvent in binlog reading phase, this will lead to NullPointException when a new table creation DDL was met because a CreateTableEvent was not sent before DataChangeEvent. -- This message was sent by Atlassian Jira (v8.20.10#820010)