melin created FLINK-35248:
-----------------------------
Summary: Support table/column comment to modify DDL
Key: FLINK-35248
URL: https://issues.apache.org/jira/browse/FLINK-35248
Project: Flink
Issue Type: New Feature
Components: Flink CDC
Reporter: melin
Table and column comment changes are synchronized to downstream tables:
{code:java}
alter table orders comment '订单'; alter table orders modify address
varchar(1024) null comment '地址'; {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)