[ https://issues.apache.org/jira/browse/FLINK-12967?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
ASF GitHub Bot updated FLINK-12967: ----------------------------------- Labels: pull-request-available (was: ) > Change the input selection switching in > StreamTwoInputSelectableProcessor#checkFinished to invoking the nextSelection > method of the stream operator > --------------------------------------------------------------------------------------------------------------------------------------------------- > > Key: FLINK-12967 > URL: https://issues.apache.org/jira/browse/FLINK-12967 > Project: Flink > Issue Type: Sub-task > Reporter: Haibo Sun > Assignee: Haibo Sun > Priority: Major > Labels: pull-request-available > > The runtime (`StreamTwoInputSelectableProcessor#checkFinished()`) switches > the input selection when one input is finished, because > `BoundedxInput.endInput()` was not supported before the PR#8731 > (https://github.com/apache/flink/pull/8731) is merged. Now we should change > the logic of `StreamTwoInputSelectableProcessor#checkFinished()` to invoke > `InputSelectable#nextSelection()`, and the input selection should been > switched in `endInput()` by the operator. -- This message was sent by Atlassian JIRA (v7.6.3#76005)