-
Bug
-
Resolution: Done
-
Major
-
1.8.1.Final
-
None
-
False
-
None
-
False
Hello,
we have faced io.debezium.text.ParsingException: DDL statement couldn't be parsed.
It's mysql-connector, Debezium version 1.8.1, MySQL version 5.7.30
Here is the DDL:
ALTER TABLE `some_table` ADD (`k_id` INT UNSIGNED NOT NULL,`another_field` SMALLINT NOT NULL,INDEX `k_id` (`k_id`));ALTER TABLE `some_table_id_lookup` ADD (`k_id` INT UNSIGNED NOT NULL);