Mrzyxing commented on code in PR #20510: URL: https://github.com/apache/flink/pull/20510#discussion_r947426395
########## 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. +上面的代码含义为:应用使用滚动窗口,窗口按照指定的时间戳字段划分,区间为一小时。 Review Comment: OK,just not sure how to translate 'your application',maybe ignore it also a choice. -- 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