yuxiqian opened a new pull request, #3668: URL: https://github.com/apache/flink-cdc/pull/3668
This closes FLINK-36610. GitHub's [gh-ost](https://github.com/github/gh-ost/) project allows us to alter MySQL table schema without triggers. It is implemented based on a "replicate and swap" technique, which could not be correctly recognized by MySQL CDC for now, since `RENAME TABLE` DDL isn't supported yet. This PR adds basic support for table altering schema change events emitted by gh-ost. -- 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]
