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

diwu 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 4752b800b2d [typo](doc)update config (#25425)
4752b800b2d is described below

commit 4752b800b2df3b4c986af922d4ddf6d3cf4d27bd
Author: caoliang-web <[email protected]>
AuthorDate: Thu Oct 19 10:02:31 2023 +0800

    [typo](doc)update config (#25425)
---
 docs/en/docs/admin-manual/config/fe-config.md    | 8 ++++----
 docs/zh-CN/docs/admin-manual/config/fe-config.md | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/docs/en/docs/admin-manual/config/fe-config.md 
b/docs/en/docs/admin-manual/config/fe-config.md
index 3bd31e05a2b..8116015a8fc 100644
--- a/docs/en/docs/admin-manual/config/fe-config.md
+++ b/docs/en/docs/admin-manual/config/fe-config.md
@@ -2626,23 +2626,23 @@ Whether to enable the quantile_state data type
 
 #### `enable_date_conversion`
 
-Default:false
+Default:true
 
 IsMutable:true
 
 MasterOnly:true
 
-If set to TRUE, FE will convert date/datetime to datev2/datetimev2(0) 
automatically.
+FE will convert date/datetime to datev2/datetimev2(0) automatically.
 
 #### `enable_decimal_conversion`
 
-Default:false
+Default:true
 
 IsMutable:true
 
 MasterOnly:true
 
-If set to TRUE, FE will convert DecimalV2 to DecimalV3 automatically.
+FE will convert DecimalV2 to DecimalV3 automatically.
 
 #### `proxy_auth_magic_prefix`
 
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 f5515588e55..a04f6545d26 100644
--- a/docs/zh-CN/docs/admin-manual/config/fe-config.md
+++ b/docs/zh-CN/docs/admin-manual/config/fe-config.md
@@ -2632,23 +2632,23 @@ SmallFileMgr 中存储的最大文件数
 
 #### `enable_date_conversion`
 
-默认值:false
+默认值:true
 
 是否可以动态配置:true
 
 是否为 Master FE 节点独有的配置项:true
 
-如果设置为 true,FE 会自动将 Date/Datetime 转换为 DateV2/DatetimeV2(0)。
+FE 会自动将 Date/Datetime 转换为 DateV2/DatetimeV2(0)。
 
 #### `enable_decimal_conversion`
 
-默认值:false
+默认值:true
 
 是否可以动态配置:true
 
 是否为 Master FE 节点独有的配置项:true
 
-如果设置为 true,FE 将自动将 DecimalV2 转换为 DecimalV3。
+FE 将自动将 DecimalV2 转换为 DecimalV3。
 
 #### `proxy_auth_magic_prefix`
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to