You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/06/28 11:46:36 UTC

[GitHub] [flink] wenhuitang commented on a change in pull request #8711: [FLINK-12817][docs]Correct the import in Processing function example.

wenhuitang commented on a change in pull request #8711: [FLINK-12817][docs]Correct the import in Processing function example.
URL: https://github.com/apache/flink/pull/8711#discussion_r298561043
 
 

 ##########
 File path: docs/dev/stream/operators/process_function.md
 ##########
 @@ -97,9 +97,7 @@ import org.apache.flink.api.common.state.ValueStateDescriptor;
 import org.apache.flink.api.java.tuple.Tuple;
 import org.apache.flink.api.java.tuple.Tuple2;
 import org.apache.flink.configuration.Configuration;
-import org.apache.flink.streaming.api.functions.ProcessFunction;
-import org.apache.flink.streaming.api.functions.ProcessFunction.Context;
-import org.apache.flink.streaming.api.functions.ProcessFunction.OnTimerContext;
+import org.apache.flink.streaming.api.functions.KeyedProcessFunction;
 
 Review comment:
   Thanks a lot, I have addressed.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services