pnowojski commented on a change in pull request #13529:
URL: https://github.com/apache/flink/pull/13529#discussion_r501763609



##########
File path: 
flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/io/TwoInputSelectionHandler.java
##########
@@ -70,6 +70,10 @@ boolean areAllInputsSelected() {
                return inputSelection.areAllInputsSelected();
        }
 
+       boolean isInputUnavailable(int inputIndex) {

Review comment:
       +0.1 for `isInputAvailable` from my side. `isInputUnavailable` sounds a 
bit strange :)




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to