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_r310366419
########## File path: docs/getting-started/walkthroughs/table_api.zh.md ########## @@ -206,10 +210,10 @@ val truncateDateToHour = new TruncateDateToHour </div> </div> -#### The Query +#### 查询 -With the environment configured and tables registered, you are ready to build your first application. -From the `TableEnvironment` you can `scan` an input table to read its rows and then write those results into an output table using `insertInto`. +随着环境定义好并且表都注册完毕,你马上就能构建好你的第一个应用。 +从`TableEnvironment`中,你可以`scan`一个输入表读取其中的行,然后用`insertInto`把这些数据写到输出表中。 Review comment: ```suggestion 从 `TableEnvironment` 中,你可以 `scan` 一个输入表读取其中的行,然后用 `insertInto` 把这些数据写到输出表中。 ``` ---------------------------------------------------------------- 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
