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_r310366713
##########
File path: docs/getting-started/walkthroughs/table_api.zh.md
##########
@@ -282,10 +286,9 @@ tEnv
</div>
</div>
-This query consumes all records from the `transactions` table, calculates the
report, and outputs the results in an efficient, scalable manner.
-
+这个查询从 `transactions` 表中消费了所有记录,计算出了一个总的报告,最后用一种高效、可扩展的方式输出结果。
{% highlight raw %}
-# Query 1 output showing account id, timestamp, and amount
+# 查询一的输出,显示了账户id,时间戳,和消费总额
Review comment:
```suggestion
# 查询 1 的输出显示了账户 id、时间戳和消费总额。
```
----------------------------------------------------------------
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