-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
False
-
None
-
False
-
-
Caused by: io.debezium.text.ParsingException: DDL statement couldn't be parsed. Please open a Jira issue with the statement 'CREATE DEFINER=debezium@% PROCEDURE dbz_test() BEGIN SELECT CAST(id AS dec) as id FROM test; END'
While CAST AS DEC is not explicitly mentioned in the documentation (only CAST AS DECIMAL which works), it works with MySQL, so we should support it:
MySQL [(none)]> SELECT CAST('1' AS DEC); +------------------+ | CAST('1' AS DEC) | +------------------+ | 1 | +------------------+
This causes issues when using Debezium with Percona, see https://debezium.zulipchat.com/#narrow/stream/348104-community-mysql/topic/Skip.20parsing.20Mysql.20procedures
- links to
-
RHEA-2023:120698 Red Hat build of Debezium 2.3.4 release