You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When alter add a new column decimal type along comment make parse DDL get precision and scale for decimal type error
Reproduction
Start replication.
Run ALTER TABLE test ADD decimal_column DECIMAL(10,2) NOT NULL DEFAULT 0.00 COMMENT 'comment decimal column' on MySQL.
Clickhouse execute DDL error
DDL error log:
The text was updated successfully, but these errors were encountered:
an-vt
changed the title
MySQL ALTER ADD COLUMN decimal type along with comment make parse DDL error
MySQL ALTER ADD COLUMN decimal type along with comment make parse DDL incorrect
Feb 6, 2025
When alter add a new column decimal type along comment make parse DDL get precision and scale for decimal type error
Reproduction
ALTER TABLE test ADD decimal_column DECIMAL(10,2) NOT NULL DEFAULT 0.00 COMMENT 'comment decimal column'
on MySQL.DDL error log:
The text was updated successfully, but these errors were encountered: