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_r382661785
 
 

 ##########
 File path: docs/dev/table/common.zh.md
 ##########
 @@ -723,27 +702,27 @@ table_env.sql_update(
 
 {% top %}
 
-### Mixing Table API and SQL
+### 混用 Table API 和 SQL
 
-Table API and SQL queries can be easily mixed because both return `Table` 
objects:
+Table API 和 SQL 查询的混用非常简单因为它们都返回 `Table` 对象:
 
-* A Table API query can be defined on the `Table` object returned by a SQL 
query.
-* A SQL query can be defined on the result of a Table API query by 
[registering the resulting Table](#register-a-table) in the `TableEnvironment` 
and referencing it in the `FROM` clause of the SQL query.
+* 可以在 SQL 查询返回的 `Table` 对象上定义 Table API 查询。
+* 通过在 `TableEnvironment` 中注册[结果表](#register-a-table)并在 SQL 查询的 `FROM` 
子句中引用它,可以在 Table API 查询的结果上定义 SQL 查询。
 
 Review comment:
   seems not very fluent, can you improve this?

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