YngwieWang commented on a change in pull request #9350: [FLINK-13485] 
[chinese-translation] Translate "Table API Example Walkthrough" page into 
Chinese
URL: https://github.com/apache/flink/pull/9350#discussion_r310366791
 
 

 ##########
 File path: docs/getting-started/walkthroughs/table_api.zh.md
 ##########
 @@ -300,10 +303,11 @@ This query consumes all records from the `transactions` 
table, calculates the re
 {% endhighlight %}
 
 ## Adding Windows
+## 添加窗口
 
-Grouping data based on time is a typical operation in data processing, 
especially when working with infinite streams.
-A grouping based on time is called a [window]({{ site.baseurl }} 
/dev/stream/operators/windows.html) and Flink offers flexible windowing 
semantics.
-The most basic type of window is called a `Tumble` window, which has a fixed 
size and whose buckets do not overlap.
+根据时间进行分组在数据处理中是一种很常见的方式,特别是在处理无限的数据流。
 
 Review comment:
   ```suggestion
   根据时间进行分组在数据处理中是一种很常见的方式,特别是在处理无限的数据流时。
   ```

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


With regards,
Apache Git Services

Reply via email to