You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2022/08/03 02:39:37 UTC

[GitHub] [iotdb] cornmonster commented on a diff in pull request #6869: [IOTDB-4017] Fix Error happened while calling onAcknowledgeDataBlockEvent

cornmonster commented on code in PR #6869:
URL: https://github.com/apache/iotdb/pull/6869#discussion_r936184289


##########
server/src/main/java/org/apache/iotdb/db/mpp/execution/exchange/ISinkHandle.java:
##########
@@ -41,7 +41,7 @@ public interface ISinkHandle {
    * the invocation will be ignored. This can happen with limit queries. A {@link RuntimeException}
    * will be thrown if any exception happened during the data transmission.
    */
-  void send(List<TsBlock> tsBlocks);
+  void send(TsBlock tsBlocks);

Review Comment:
   tsblock



-- 
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: reviews-unsubscribe@iotdb.apache.org

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