hk__lrzy created FLINK-35432:
--------------------------------

             Summary: Support catch modify-event for mysql-cdc
                 Key: FLINK-35432
                 URL: https://issues.apache.org/jira/browse/FLINK-35432
             Project: Flink
          Issue Type: Improvement
          Components: Flink CDC
            Reporter: hk__lrzy


Now users common use sql like to modify the column type in MySQL.
{code:java}
Alter table MODIFY COLUMN `new_name` new_type{code}
 

Flink-CDC use *CustomAlterTableParserListener* to parse the ddl and wrap it as 
ChangeEevent now. But i noticed that *CustomAlterTableParserListener* not 
implement the method *enterAlterByModifyColumn* and 
{*}exitAlterByModifyColumn{*}, and it will cause we can't received the  
*AlterColumnTypeEvent* now

 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to