Dawid Wysakowicz created FLINK-23533: ----------------------------------------
Summary: Split InputSelection into public and internal parts Key: FLINK-23533 URL: https://issues.apache.org/jira/browse/FLINK-23533 Project: Flink Issue Type: Technical Debt Components: Runtime / Task Reporter: Dawid Wysakowicz Fix For: 1.14.0 The InputSelection is a {{PublicEvolving}} class but exposes methods that should not be part of a public contract, such as e.g. {{fairSelectNextIndexOutOf2}}. InputSelection should contain only the builder for selecting the input/constructing a selected mask. -- This message was sent by Atlassian Jira (v8.3.4#803005)