VGalaxies commented on code in PR #12915:
URL: https://github.com/apache/iotdb/pull/12915#discussion_r1675628221


##########
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/subscription/receiver/SubscriptionReceiverV1.java:
##########
@@ -357,7 +357,7 @@ private TPipeSubscribeResp handlePipeSubscribePoll(final 
PipeSubscribePollReq re
       // generate response
       return PipeSubscribePollResp.toTPipeSubscribeResp(
           RpcUtils.SUCCESS_STATUS,
-          events.parallelStream()
+          events.stream()

Review Comment:
   Unexpected local modification, reverted soon...



-- 
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-unsubscr...@iotdb.apache.org

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

Reply via email to