Jzjsnow commented on PR #4500: URL: https://github.com/apache/flink-cdc/pull/4500#issuecomment-5339232768
> Nice catch! Could you please add corresponding data types into `MySqlFullTypesITCase`? Thanks for the suggestion! I have added the corresponding data types to MySqlFullTypesITCase. Here’s a clarification: even if the `unsigned` keyword is omitted for `zerofill` types in a `CREATE TABLE` statement in MySQL, the `SHOW CREATE TABLE` output automatically includes the `unsigned` keyword. Therefore, the full snapshot synchronization itself was successful (in MySqlFullTypesITCase). The actual cause of the failure is that the schema change DDL was generated during the incremental phase and processed without the `unsigned` keyword. I have also added tests to `MySQLPipelineITCase` to cover this scenario of the changes. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
