dailai commented on code in PR #7626: URL: https://github.com/apache/seatunnel/pull/7626#discussion_r1758251904
########## docs/en/concept/schema-evolution.md: ########## @@ -0,0 +1,58 @@ +# Schema evolution +Schema Evolution means that the schema of a data table can be changed and the data synchronization task can automatically adapt to the changes of the new table structure without any other operations. +Now we only support the operation about `add column`、`drop column`、`rename column` and `modify column` of the table in CDC source. This feature is only support zeta engine at now. + +## Supported connectors + +### Source +Mysql-CDC Review Comment: Done -- 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]
