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_r310365868
 
 

 ##########
 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
   运行环境用来设置作业的属性、指定应用是批处理还是流处理,以及创建数据源。
   ```

----------------------------------------------------------------
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

Reply via email to