Mrzyxing commented on code in PR #20510: URL: https://github.com/apache/flink/pull/20510#discussion_r947418327
########## docs/content.zh/docs/try-flink/table_api.md: ########## @@ -109,25 +107,25 @@ report(transactions).executeInsert("spend_report"); ``` -## Breaking Down The Code +## 代码分析 -#### The Execution Environment +#### 执行环境 -The first two lines set up your `TableEnvironment`. -The table 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 creates a standard table environment that uses the streaming execution. +前两行创建的是 `TableEnvironment`(表环境)。 Review Comment: Add '代码' make sentence more clearer,fixed. -- 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. To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org