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_r310370179
##########
File path: docs/getting-started/walkthroughs/table_api.zh.md
##########
@@ -399,27 +403,27 @@ tEnv.registerTableSource("transactions", new
UnboundedTransactionTableSource)
</div>
</div>
-And that's it, a fully functional, stateful, distributed streaming application!
-The query continuously consumes the stream of transactions, computes the
hourly spendings, and emits results as soon as they are ready.
-Since the input is unbounded, the query keeps running until it is manually
stopped.
-And because the Job uses time window-based aggregations, Flink can perform
specific optimizations such as state clean up when the framework knows that no
more records will arrive for a particular window.
+这就是一个功能齐全、有状态的分布式流式应用!
+这个查询作业会不断得消费交易事件流,计算每小时的消费额,然后实时得输出结果。
+由于输入是无界的,这个查询作业会一直运行下去,直到被手动停下来。
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