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_r310366409
########## 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`. +随着环境定义好并且表都注册完毕,你马上就能构建好你的第一个应用。 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: us...@infra.apache.org With regards, Apache Git Services