zjureel commented on code in PR #19380:
URL: https://github.com/apache/flink/pull/19380#discussion_r974068841
##########
flink-runtime/src/main/java/org/apache/flink/runtime/io/network/NetworkSequenceViewReader.java:
##########
@@ -40,6 +45,30 @@ void requestSubpartitionView(
int subPartitionIndex)
throws IOException;
+ /**
+ * The {@link PartitionRequestNotifier} notify and process the downstream
task's partition request.
+ *
+ * @param partition the result partition
+ * @param subPartitionIndex the sub partition index
+ * @throws IOException the thrown exception
+ */
+ void requestSubpartitionView(ResultPartition partition, int
subPartitionIndex) throws IOException;
Review Comment:
Done
--
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]