RocMarshal commented on a change in pull request #11979:
URL: https://github.com/apache/flink/pull/11979#discussion_r422055838



##########
File path: docs/training/event_driven.zh.md
##########
@@ -136,13 +133,12 @@ public void open(Configuration conf) {
 }
 {% endhighlight %}
 
-Because the fare events can arrive out of order, it will sometimes be 
necessary to process events
-for one hour before having finished computing the results for the previous 
hour. In fact, if the
-watermarking delay is much longer than the window length, then there may be 
many windows open
-simultaneously, rather than just two. This implementation supports this by 
using a `MapState` that
-maps the timestamp for the end of each window to the sum of the tips for that 
window.
+由于票价事件(fare-event)可能会乱序到达,有时需要在计算完前一小时的结果之前处理一小时的事件。

Review comment:
       @klion26 
   I have followed up the translation of the comments and I'm looking forward 
to receiving your suggestions
   Thank you for your attention.
   
   Sincerely,
   Roc




----------------------------------------------------------------
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:
[email protected]


Reply via email to