Mrzyxing commented on code in PR #20510: URL: https://github.com/apache/flink/pull/20510#discussion_r947427414
########## docs/content.zh/docs/try-flink/table_api.md: ########## @@ -275,38 +270,38 @@ public static Table report(Table transactions) { } ``` -This defines your application as using one hour tumbling windows based on the timestamp column. -So a row with timestamp `2019-06-01 01:23:47` is put in the `2019-06-01 01:00:00` window. +上面的代码含义为:应用使用滚动窗口,窗口按照指定的时间戳字段划分,区间为一小时。 +所以,时间戳为 `2019-06-01 01:23:47` 的行会进入窗口 `2019-06-01 01:00:00`中。 Review Comment: '比如' more like for example,and '所以' like tell you a truth. According to the context,the rest part more like a example,so '比如' looks more good. -- 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. To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org