SinyoWong opened a new issue, #18854:
URL: https://github.com/apache/doris/issues/18854

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no 
similar issues.
   
   
   ### Version
   
   Doris 1.2.3
   Flink 1.14.5
   Flink Doris Connector 1.14_2.12-1.1.0
   
   ### What's Wrong?
   
   实时数据同步任务,mysql cdc读取binlog数据并实时写入doris,
   Flink设置checkpoint为10秒,
   在一个checkpoint中完成以下两个操作:
   1.mysql数据库对一张表新增字段,
   2.同时update这张表任意一条数据,
   发现doris只接收到新增字段操作,update的数据没有正常收到,丢失了。
   
   ### What You Expected?
   
   在一个checkpoint中,Doris应该支持接收DDL语句和正常数据。
   
   ### How to Reproduce?
   
   _No response_
   
   ### Anything Else?
   
   _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]

Reply via email to