Github user kl0u commented on a diff in the pull request:
https://github.com/apache/flink/pull/2788#discussion_r89761309
--- Diff:
flink-streaming-java/src/main/java/org/apache/flink/streaming/api/functions/co/CoProcessFunction.java
---
@@ -50,7 +46,7 @@
* @param <OUT> Output type.
*/
@PublicEvolving
-public interface TimelyCoFlatMapFunction<IN1, IN2, OUT> extends Function,
Serializable {
+public interface CoProcessFunction<IN1, IN2, OUT> extends Function,
Serializable {
/**
* This method is called for each element in the first of the connected
streams.
--- End diff --
Also in the javadoc for the ctx, it should change to:
A {@link Context} that allows querying the timestamp of...
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---