Wilson-BT commented on issue #18854:
URL: https://github.com/apache/doris/issues/18854#issuecomment-1517767536

   > > 更改字段操作,是实时进行的,但是update 数据,是有时间间隔的 或者buffer的,是不是因为测试时间间隔问题导致的?
   > 
   > 
大概率是的。看了flink-doris-connector源码,它实际上是按批接收数据,一个checkpoint攒了一批数据,猜测是如果这批数据里面有ddl,就直接跳过数据写入的步骤。
   
   可能你看错了,ddl 是Writer中serialize 的时候单独处理的,不会被刷入buffer


-- 
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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to