leonardBang commented on a change in pull request #11909:
URL: https://github.com/apache/flink/pull/11909#discussion_r415465118



##########
File path: docs/dev/table/config.zh.md
##########
@@ -22,29 +22,22 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-By default, the Table & SQL API is preconfigured for producing accurate 
results with acceptable
-performance.
+默认情况下,Table & SQL API 已经预先配置为在产生准确结果的同时性能也可接受。

Review comment:
       > 默认情况下,Table & SQL API 已经预先配置为在产生准确结果的同时性能也可接受。
   
   Table 和 SQL API 的默认配置能够确保结果准确,同时也提供可接受的性能。
   (想了下, 我们不要直译吧,这里意译会通顺些)

##########
File path: docs/dev/table/config.zh.md
##########
@@ -22,29 +22,22 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-By default, the Table & SQL API is preconfigured for producing accurate 
results with acceptable
-performance.
+默认情况下,Table & SQL API 已经预先配置为在产生准确结果的同时性能也可接受。
 
-Depending on the requirements of a table program, it might be necessary to 
adjust
-certain parameters for optimization. For example, unbounded streaming programs 
may need to ensure
-that the required state size is capped (see [streaming 
concepts](./streaming/query_configuration.html)).
+根据 Table 程序的要求,可能需要调整特定的参数用于优化。例如,无界流程序可能需要保证所需的状态大小是有上限的(请参阅 
[流式概念](./streaming/query_configuration.html)).

Review comment:
       > 根据 Table 程序的要求,可能需要调整特定的参数用于优化。例如,无界流程序可能需要保证所需的状态大小是有上限的
   根据 Table 程序的需求,可能需要调整特定的参数用于优化。例如,无界流程序可能需要保证所需的状态是有限的

##########
File path: docs/dev/table/config.zh.md
##########
@@ -22,29 +22,22 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-By default, the Table & SQL API is preconfigured for producing accurate 
results with acceptable
-performance.
+默认情况下,Table & SQL API 已经预先配置为在产生准确结果的同时性能也可接受。
 
-Depending on the requirements of a table program, it might be necessary to 
adjust
-certain parameters for optimization. For example, unbounded streaming programs 
may need to ensure
-that the required state size is capped (see [streaming 
concepts](./streaming/query_configuration.html)).
+根据 Table 程序的要求,可能需要调整特定的参数用于优化。例如,无界流程序可能需要保证所需的状态大小是有上限的(请参阅 
[流式概念](./streaming/query_configuration.html)).
 
 * This will be replaced by the TOC
 {:toc}
 
-### Overview
+### 概览
 
-In every table environment, the `TableConfig` offers options for configuring 
the current session.
+在每个 TableEnvironment 中,`TableConfig` 提供用于配置当前会话的选项。
 
-For common or important configuration options, the `TableConfig` provides 
getters and setters methods
-with detailed inline documentation.
+对于常见或者重要的配置选项,`TableConfig` 提供带有详细注释的 `getters` 和 `setters` 方法。
 
-For more advanced configuration, users can directly access the underlying 
key-value map. The following
-sections list all available options that can be used to adjust Flink Table & 
SQL API programs.
+对于更加高级的配置,用户可以直接访问底层的键值 map 对象。以下章节列举了所有可用于调整 Flink Table & SQL API 程序的选项。

Review comment:
       >对于更加高级的配置,用户可以直接访问底层的键值 map 对象。以下章节列举了所有可用于调整 Flink Table & SQL API 
程序的选项。
   
   对于更加高级的配置,用户可以直接访问底层的 key-value 配置项。以下章节列举了所有可用于调整 Flink Table 和 SQL API 
程序的配置项。

##########
File path: docs/dev/table/config.zh.md
##########
@@ -90,17 +83,16 @@ configuration.set_string("table.exec.mini-batch.size", 
"5000");
 </div>
 </div>
 
-<span class="label label-danger">Attention</span> Currently, key-value options 
are only supported
-for the Blink planner.
+<span class="label label-danger">注意</span> 目前,键值选项仅被 Blink planner 支持。
 
-### Execution Options
+### 执行选项

Review comment:
       执行配置

##########
File path: docs/dev/table/config.zh.md
##########
@@ -22,29 +22,22 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-By default, the Table & SQL API is preconfigured for producing accurate 
results with acceptable
-performance.
+默认情况下,Table & SQL API 已经预先配置为在产生准确结果的同时性能也可接受。
 
-Depending on the requirements of a table program, it might be necessary to 
adjust
-certain parameters for optimization. For example, unbounded streaming programs 
may need to ensure
-that the required state size is capped (see [streaming 
concepts](./streaming/query_configuration.html)).
+根据 Table 程序的要求,可能需要调整特定的参数用于优化。例如,无界流程序可能需要保证所需的状态大小是有上限的(请参阅 
[流式概念](./streaming/query_configuration.html)).
 
 * This will be replaced by the TOC
 {:toc}
 
-### Overview
+### 概览
 
-In every table environment, the `TableConfig` offers options for configuring 
the current session.
+在每个 TableEnvironment 中,`TableConfig` 提供用于配置当前会话的选项。

Review comment:
       `TableConfig` 提供用于当前会话的配置项。
    

##########
File path: docs/dev/table/config.zh.md
##########
@@ -90,17 +83,16 @@ configuration.set_string("table.exec.mini-batch.size", 
"5000");
 </div>
 </div>
 
-<span class="label label-danger">Attention</span> Currently, key-value options 
are only supported
-for the Blink planner.
+<span class="label label-danger">注意</span> 目前,键值选项仅被 Blink planner 支持。
 
-### Execution Options
+### 执行选项
 
-The following options can be used to tune the performance of the query 
execution.
+以下选项可用于优化查询执行的性能。
 
 {% include generated/execution_config_configuration.html %}
 
-### Optimizer Options
+### 优化器选项

Review comment:
       优化器配置

##########
File path: docs/dev/table/config.zh.md
##########
@@ -22,29 +22,22 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-By default, the Table & SQL API is preconfigured for producing accurate 
results with acceptable
-performance.
+默认情况下,Table & SQL API 已经预先配置为在产生准确结果的同时性能也可接受。
 
-Depending on the requirements of a table program, it might be necessary to 
adjust
-certain parameters for optimization. For example, unbounded streaming programs 
may need to ensure
-that the required state size is capped (see [streaming 
concepts](./streaming/query_configuration.html)).
+根据 Table 程序的要求,可能需要调整特定的参数用于优化。例如,无界流程序可能需要保证所需的状态大小是有上限的(请参阅 
[流式概念](./streaming/query_configuration.html)).
 
 * This will be replaced by the TOC
 {:toc}
 
-### Overview
+### 概览
 
-In every table environment, the `TableConfig` offers options for configuring 
the current session.
+在每个 TableEnvironment 中,`TableConfig` 提供用于配置当前会话的选项。
 
-For common or important configuration options, the `TableConfig` provides 
getters and setters methods
-with detailed inline documentation.
+对于常见或者重要的配置选项,`TableConfig` 提供带有详细注释的 `getters` 和 `setters` 方法。

Review comment:
       对于常见或者重要的配置项

##########
File path: docs/dev/table/config.zh.md
##########
@@ -90,17 +83,16 @@ configuration.set_string("table.exec.mini-batch.size", 
"5000");
 </div>
 </div>
 
-<span class="label label-danger">Attention</span> Currently, key-value options 
are only supported
-for the Blink planner.
+<span class="label label-danger">注意</span> 目前,键值选项仅被 Blink planner 支持。
 
-### Execution Options
+### 执行选项
 
-The following options can be used to tune the performance of the query 
execution.
+以下选项可用于优化查询执行的性能。
 
 {% include generated/execution_config_configuration.html %}
 
-### Optimizer Options
+### 优化器选项
 
-The following options can be used to adjust the behavior of the query 
optimizer to get a better execution plan.
+以下选项可以用于调整查询优化器的行为以获得更好的执行计划。

Review comment:
       以下配置

##########
File path: docs/dev/table/config.zh.md
##########
@@ -90,17 +83,16 @@ configuration.set_string("table.exec.mini-batch.size", 
"5000");
 </div>
 </div>
 
-<span class="label label-danger">Attention</span> Currently, key-value options 
are only supported
-for the Blink planner.
+<span class="label label-danger">注意</span> 目前,键值选项仅被 Blink planner 支持。

Review comment:
       键值选项 -> key-value 配置项




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to