XBaith commented on a change in pull request #11961:
URL: https://github.com/apache/flink/pull/11961#discussion_r420273598



##########
File path: docs/dev/table/sqlClient.zh.md
##########
@@ -98,26 +97,28 @@ In *changelog mode*, the visualized changelog should be 
similar to:
 + Bob, 2
 {% endhighlight %}
 
-In *table mode*, the visualized result table is continuously updated until the 
table program ends with:
+*表格模式* 下,可视化结果表将不断更新,直到表程序以如下内容结束:
 
 {% highlight text %}
 Bob, 2
 Alice, 1
 Greg, 1
 {% endhighlight %}
 
-Both result modes can be useful during the prototyping of SQL queries. In both 
modes, results are stored in the Java heap memory of the SQL Client. In order 
to keep the CLI interface responsive, the changelog mode only shows the latest 
1000 changes. The table mode allows for navigating through bigger results that 
are only limited by the available main memory and the configured [maximum 
number of rows](sqlClient.html#configuration) (`max-table-result-rows`).
+这两种结果模式在 SQL 查询的原型设计过程中都非常有用。这两种模式结果都存储在 SQL 客户端 的 Java 堆内存中。为了保持 CLI 
界面及时响应,变更日志模式仅显示最近的 1000 
个更改。表格模式支持浏览更大的结果,这些结果仅受可用主内存和配置的[最大行数](sqlClient.html#configuration)(`max-table-result-rows`)的限制。
 
-<span class="label label-danger">Attention</span> Queries that are executed in 
a batch environment, can only be retrieved using the `table` result mode.
+<span class="label label-danger">注意</span> 在批处理环境下执行的查询只能用 `table` 结果模式进行检索。

Review comment:
       I got it.




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


Reply via email to