zsq12138 commented on a change in pull request #8091: [hotfix][docs] fix error 
in Process Function Doc
URL: https://github.com/apache/flink/pull/8091#discussion_r271123021
 
 

 ##########
 File path: docs/dev/stream/operators/process_function.md
 ##########
 @@ -86,7 +86,7 @@ The following example maintains counts per key, and emits a 
key/count pair whene
     and emits the key/count if they match (i.e., no further update occurred 
during that minute)
 
 <span class="label label-info">Note</span> This simple example could have been 
implemented with
-session windows. We use `ProcessFunction` here to illustrate the basic pattern 
it provides.
+session windows. We use `KeyedProcessFunction` here to illustrate the basic 
pattern it provides.`KeyedProcessFunction`, as an extension of 
`ProcessFunction`.
 
 Review comment:
   I agree with you. I'll change it right away.

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


With regards,
Apache Git Services

Reply via email to