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_r310366477
########## File path: docs/getting-started/walkthroughs/table_api.zh.md ########## @@ -229,12 +233,13 @@ tEnv </div> </div> -Initially, the Job reads all transactions and logs them out with log level **INFO**. +当然,一开始这个任务会先读取所有的交易记录然后用 **INFO** 日志级别记录它们。 + +#### 运行 -#### Execute +Flink应用是延迟构建的,只有被完全定义好才会交付给集群运行。 Review comment: ```suggestion Flink 应用是延迟构建的,只有完全定义好之后才交付集群运行。 ``` ---------------------------------------------------------------- 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
