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/07/02 12:25:17 UTC

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

wenhuitang commented on issue #8711: [FLINK-12817][docs]Correct the import in Processing function example.
URL: https://github.com/apache/flink/pull/8711#issuecomment-507653929
 
 
   > The Scala imports still have the same issue as Chesnay mentioned for the Java imports...
   
   The Scala use `KeyedProcessFunction[Tuple, (String, String), (String, Long)]#OnTimerContext` and `KeyedProcessFunction[Tuple, (String, String), (String, Long)]#OnTimerContext`, it seems that it does not require imports for KeyedProcessFunction.Context and KeyedProcessFunction.OnTimerContext.

----------------------------------------------------------------
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