Jark Wu created FLINK-4503:
------------------------------
Summary: Remove with method from CoGroupedStream and JoinedStream,
and change apply method return type
Key: FLINK-4503
URL: https://issues.apache.org/jira/browse/FLINK-4503
Project: Flink
Issue Type: Sub-task
Reporter: Jark Wu
We introduced (and immediately deprecated) the with(...) method in FLINK-4271.
It is a temporary workaround for setting parallelism after co-group and join
operator and not breaking binary compatibility. The with(...) method only
differs in the return type and calls apply(...), casting the returned value.
So we need to remove the {{with(...)}} method in Flink 2.0. And change the
apply method return type.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)