typuc opened a new issue, #68387: URL: https://github.com/apache/doris/issues/68387
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Description 通过streaming job 同步 mysql 到doris,ddl 操作不同步 ### Use case - doris 版本 4.1.3-rc02-7126cf65d96 - mysql 版本 8.0.42 - 创建doris 同步任务 CREATE JOB test_ddl_no_rename ON STREAMING FROM MYSQL ( "jdbc_url" = "jdbc:mysql://192.168.3.203:3306", "driver_url" = "mysql-connector-j-8.4.0.jar", "driver_class" = "com.mysql.cj.jdbc.Driver", "user" = "doris_streaming", "password" = "1234567", "database" = "yyhxytest", "include_tables" = "crm_qw_external_user", "server_id" = "5401", "snapshot_parallelism" = "1", "offset" = "initial" ) TO DATABASE yyhxytest ( "table.create.properties.replication_num" = "1" ); 全量数据同步正常,但我mysql增加字段后,doris没有创建新字段,插入新数据老字段都正常同步。是不是 当前版本不支持 ddl 同步 ### Related issues _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
