Hisoka-X commented on code in PR #9565: URL: https://github.com/apache/seatunnel/pull/9565#discussion_r2209314198
########## 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: If the code for both connectors is consistent, why not just use the Doris connector to write to SelectDB? I think selectdb should adapt some capabilities that doris does not support. -- 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]
