This is an automated email from the ASF dual-hosted git repository. luzhijing pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push: new dd958b9745 [typo](doc)Remove the description of the BE configuration 'serialize_batch' which has been removed (#20163) dd958b9745 is described below commit dd958b9745fb458f8998851eddb74973c04e7102 Author: gnehil <adamlee...@gmail.com> AuthorDate: Sat Jun 3 21:23:25 2023 +0800 [typo](doc)Remove the description of the BE configuration 'serialize_batch' which has been removed (#20163) --- docs/en/docs/admin-manual/config/be-config.md | 6 ------ docs/zh-CN/docs/admin-manual/config/be-config.md | 6 ------ 2 files changed, 12 deletions(-) diff --git a/docs/en/docs/admin-manual/config/be-config.md b/docs/en/docs/admin-manual/config/be-config.md index cb6f561da0..787cbdc06f 100644 --- a/docs/en/docs/admin-manual/config/be-config.md +++ b/docs/en/docs/admin-manual/config/be-config.md @@ -419,12 +419,6 @@ There are two ways to configure BE configuration items: * Description: Max send batch parallelism for OlapTableSink. The value set by the user for `send_batch_parallelism` is not allowed to exceed `max_send_batch_parallelism_per_job`, if exceed, the value of `send_batch_parallelism` would be `max_send_batch_parallelism_per_job`. * Default value: 5 -#### `serialize_batch` - -* Type: bool -* Description: Whether the rpc communication between BEs serializes RowBatch for data transmission between query layers -* Default value: false - #### `doris_scan_range_max_mb` * Type: int32 diff --git a/docs/zh-CN/docs/admin-manual/config/be-config.md b/docs/zh-CN/docs/admin-manual/config/be-config.md index 958c55fef8..2c97ac1960 100644 --- a/docs/zh-CN/docs/admin-manual/config/be-config.md +++ b/docs/zh-CN/docs/admin-manual/config/be-config.md @@ -433,12 +433,6 @@ BE 重启后该配置将失效。如果想持久化修改结果,使用如下 * 描述:OlapTableSink 发送批处理数据的最大并行度,用户为 `send_batch_parallelism` 设置的值不允许超过 `max_send_batch_parallelism_per_job` ,如果超过, `send_batch_parallelism` 将被设置为 `max_send_batch_parallelism_per_job` 的值。 * 默认值:5 -#### `serialize_batch` - -* 类型:bool -* 描述:BE之间rpc通信是否序列化RowBatch,用于查询层之间的数据传输 -* 默认值: false - #### `doris_scan_range_max_mb` * 类型: int32 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org