libenchao commented on a change in pull request #10822: 
[FLINK-15081][docs-zh]Translate "Concepts & Common API" page of Table…
URL: https://github.com/apache/flink/pull/10822#discussion_r382630228
 
 

 ##########
 File path: docs/dev/table/common.zh.md
 ##########
 @@ -288,53 +287,36 @@ b_b_t_env = 
BatchTableEnvironment.create(environment_settings=b_b_settings)
 </div>
 </div>
 
-**Note:** If there is only one planner jar in `/lib` directory, you can use 
`useAnyPlanner` (`use_any_planner` for python) to create specific 
`EnvironmentSettings`.
+**注释:** 如果`/lib`目录中只有一中计划器的 jar 包,则可以使用`useAnyPlanner`(python 使用 `use 
any_u_planner`)创建 `EnvironmentSettings`。
 
 {% top %}
 
-Create Tables in the Catalog
+在 Catalog 中创建表
 -------------------------------
 
-A `TableEnvironment` maintains a map of catalogs of tables which are created 
with an identifier. Each
-identifier consists of 3 parts: catalog name, database name and object name. 
If a catalog or database is not
-specified, the current default value will be used (see examples in the [Table 
identifier expanding](#table-identifier-expanding) section).
+`TableEnvironment` 维护着一个由标识符(identifier)创建的表 catalog 的映射。标识符由三个部分组成:catalog 
名称、数据库名称以及对象名称。如果 catalog 
或者数据库没有指明,就会使用当前默认值(参见[表标识符扩展](#table-identifier-expanding)章节中的例子)。
 
 Review comment:
   `TableEnvironment` 维护着一个由标识符(identifier)创建的表 catalog 的映射 ->
   `TableEnvironment` 维护着一个用标识符(identifier)创建的表到 catalog 的映射

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