This is an automated email from the ASF dual-hosted git repository.

jakevin 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 05805a1632 [typo](docs)Add fe config `enable_new_load_scan_node` 
(#15075)
05805a1632 is described below

commit 05805a16328a348f4a39eadbef85ff5916d7c46f
Author: zy-kkk <zhong...@qq.com>
AuthorDate: Wed Dec 14 18:09:53 2022 +0800

    [typo](docs)Add fe config `enable_new_load_scan_node` (#15075)
---
 docs/en/docs/admin-manual/config/fe-config.md    | 6 ++++++
 docs/zh-CN/docs/admin-manual/config/fe-config.md | 6 ++++++
 2 files changed, 12 insertions(+)

diff --git a/docs/en/docs/admin-manual/config/fe-config.md 
b/docs/en/docs/admin-manual/config/fe-config.md
index 50844acd5f..cc4c90bf34 100644
--- a/docs/en/docs/admin-manual/config/fe-config.md
+++ b/docs/en/docs/admin-manual/config/fe-config.md
@@ -989,6 +989,12 @@ Default: true
 
 Whether to enable vectorized load
 
+#### `enable_new_load_scan_node`
+
+Default: false
+
+Whether to enable file scan node
+
 #### `default_max_filter_ratio`
 
 Default:0
diff --git a/docs/zh-CN/docs/admin-manual/config/fe-config.md 
b/docs/zh-CN/docs/admin-manual/config/fe-config.md
index 5515aba96d..81d7f7420b 100644
--- a/docs/zh-CN/docs/admin-manual/config/fe-config.md
+++ b/docs/zh-CN/docs/admin-manual/config/fe-config.md
@@ -989,6 +989,12 @@ colocate join PlanFragment instance 的 memory_limit = 
exec_mem_limit / min (que
 
 是否开启向量化导入
 
+#### `enable_new_load_scan_node`
+
+默认值:false
+
+是否开启新的 file scan node
+
 #### `default_max_filter_ratio`
 
 默认值:0


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to