guobaolin commented on code in PR #9565:
URL: https://github.com/apache/seatunnel/pull/9565#discussion_r2207965120


##########
docs/zh/connector-v2/sink/SelectDB-Cloud.md:
##########
@@ -17,9 +17,7 @@ import ChangeLog from 
'../changelog/connector-selectdb-cloud.md';
 
 ## 描述
 
-用于将数据发送到 SelectDB Cloud。支持流式和批处理模式。
-
-SelectDB Cloud 接收器连接器的内部实现是在批量缓存后上传数据,并提交 CopyInto SQL 以将数据加载到表中。
+用于发送数据到SelectDB Cloud. 同时支持流模式和批模式处理. SelectDB Cloud Sink连接器的内部实现是通过stream 
load批量缓存和导入的。

Review Comment:
   The previous sink was not generated based on TableSinkFactory, making it 
impossible to extend the ​schema evolution​ feature. Referencing the 
implementation approach in connectors-doris, we have switched to using the 
​StreamLoader.



-- 
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]

Reply via email to