yunfengzhou-hub commented on code in PR #23927:
URL: https://github.com/apache/flink/pull/23927#discussion_r1450088659


##########
flink-runtime/src/main/java/org/apache/flink/runtime/io/network/netty/CreditBasedSequenceNumberingViewReader.java:
##########
@@ -229,6 +245,14 @@ ResultSubpartitionView.AvailabilityWithBacklog 
hasBuffersAvailable() {
         return subpartitionView.getAvailabilityAndBacklog(Integer.MAX_VALUE);
     }
 
+    @Override
+    public int peekNextBufferSubpartitionId() throws IOException {

Review Comment:
   Tests have been added to CreditBasedSequenceNumberingViewReaderTest, 
UnionResultSubpartitionViewTest and NettyConnectionReaderTest.



-- 
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: issues-unsubscr...@flink.apache.org

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

Reply via email to