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_r310365915
##########
File path: docs/getting-started/walkthroughs/table_api.zh.md
##########
@@ -132,14 +136,14 @@ env.execute("Spend Report")
</div>
</div>
-## Breaking Down The Code
+## 代码详解
-#### The Execution Environment
+#### 运行环境
-The first two lines set up your `ExecutionEnvironment`.
-The execution environment is how you can set properties for your Job, specify
whether you are writing a batch or a streaming application, and create your
sources.
-This walkthrough begins with the batch environment since you are building a
periodic batch report.
-It is then wrapped in a `BatchTableEnvironment` to have full access to the
Table API.
+开始的两行构建了你的`ExecutionEnvironment`。
+运行环境是你用来给你的作业设置属性,指定你是在写一个批作业还是要一个流作业,进而创建你所需的资源。
+由于你将建立一个定时的批报告,因此本教程以批环境作为开头。
+之后它被包装进`BatchTableEnvironment`从而能够使用所有的Tabel API。
Review comment:
```suggestion
然后将其包装进 `BatchTableEnvironment` 中从而能够使用全部的 Tabel API。
```
----------------------------------------------------------------
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