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_r310365814
##########
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`。
Review comment:
```suggestion
开始的两行设置了你的 `ExecutionEnvironment`。
```
----------------------------------------------------------------
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