Edward-Gavin commented on code in PR #7967: URL: https://github.com/apache/seatunnel/pull/7967#discussion_r1827001517
########## seatunnel-connectors-v2/README.zh.md: ########## @@ -103,7 +108,7 @@ SeaTunnel为与计算引擎进行解耦,设计了新的连接器API,通过 中调用`SourceReader.Context.signalNoMoreElement` 通知SeaTunnel没有数据读取了,那么就可以利用这100条数据进行批处理。流处理没有这个要求,那么大多数流批一体的SourceReader都会出现如下代码: -```java Review Comment: Why delete code type? ########## seatunnel-connectors-v2/README.md: ########## @@ -134,7 +139,7 @@ completed by implementing this interface. these 100 pieces of data for batch processing. Stream processing does not have this requirement, so most SourceReaders with integrated stream batches will have the following code: -```java Review Comment: Why delete code type? -- 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]
