yunfengzhou-hub commented on code in PR #23927:
URL: https://github.com/apache/flink/pull/23927#discussion_r1433740732
##########
flink-runtime/src/test/java/org/apache/flink/runtime/io/network/partition/consumer/RemoteInputChannelTest.java:
##########
@@ -1736,7 +1738,8 @@ private RemoteInputChannel
createRemoteInputChannel(SingleInputGate inputGate) {
private RemoteInputChannel createRemoteInputChannel(
SingleInputGate inputGate, int consumedSubpartitionIndex, int
initialCredits) {
return InputChannelBuilder.newBuilder()
- .setConsumedSubpartitionIndex(consumedSubpartitionIndex)
+ .setSubpartitionIndexSet(
Review Comment:
I agree with it that it might be better not add more work to the already
large pull request. We may create another PR for this migration later.
--
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]