dawidwys commented on a change in pull request #13529: URL: https://github.com/apache/flink/pull/13529#discussion_r501059546
########## 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: I started with what you said, but then it is only ever used negated, that's why I flipped. If you prefer `isInputAvailable` I can do change that. ---------------------------------------------------------------- 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: us...@infra.apache.org