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

zykkk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 2fa2b2c028e [fix](sql-type) string_type_length_soft_limit_bytes case 
(#1337)
2fa2b2c028e is described below

commit 2fa2b2c028e86ce3e0f2c9f8769ca07da3e5085c
Author: zy-kkk <zhongyongk...@selectdb.com>
AuthorDate: Tue Nov 12 16:56:18 2024 +0800

    [fix](sql-type) string_type_length_soft_limit_bytes case (#1337)
---
 .../current/sql-manual/sql-data-types/semi-structured/JSON.md           | 2 +-
 .../version-2.0/sql-manual/sql-data-types/semi-structured/JSON.md       | 2 +-
 .../version-2.1/sql-manual/sql-data-types/semi-structured/JSON.md       | 2 +-
 .../version-3.0/sql-manual/sql-data-types/semi-structured/JSON.md       | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-data-types/semi-structured/JSON.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-data-types/semi-structured/JSON.md
index 751c22c0714..1278ca9dda5 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-data-types/semi-structured/JSON.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-data-types/semi-structured/JSON.md
@@ -26,7 +26,7 @@ under the License.
 
 JSON 数据类型,用二进制格式高效存储 [JSON](https://www.rfc-editor.org/rfc/rfc8785) 数据,通过 JSON 
函数访问其内部字段。
 
-默认支持1048576 字节(1 MB),可调大到 2147483643 字节(2 GB),可通过 BE 
配置`String_type_length_soft_limit_bytes` 调整。
+默认支持1048576 字节(1 MB),可调大到 2147483643 字节(2 GB),可通过 BE 
配置`string_type_length_soft_limit_bytes` 调整。
 
     与普通 String 类型存储的 JSON 字符串相比,JSON 类型有两点优势
     1. 数据写入时进行 JSON 格式校验
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/sql-manual/sql-data-types/semi-structured/JSON.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/sql-manual/sql-data-types/semi-structured/JSON.md
index 751c22c0714..1278ca9dda5 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/sql-manual/sql-data-types/semi-structured/JSON.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/sql-manual/sql-data-types/semi-structured/JSON.md
@@ -26,7 +26,7 @@ under the License.
 
 JSON 数据类型,用二进制格式高效存储 [JSON](https://www.rfc-editor.org/rfc/rfc8785) 数据,通过 JSON 
函数访问其内部字段。
 
-默认支持1048576 字节(1 MB),可调大到 2147483643 字节(2 GB),可通过 BE 
配置`String_type_length_soft_limit_bytes` 调整。
+默认支持1048576 字节(1 MB),可调大到 2147483643 字节(2 GB),可通过 BE 
配置`string_type_length_soft_limit_bytes` 调整。
 
     与普通 String 类型存储的 JSON 字符串相比,JSON 类型有两点优势
     1. 数据写入时进行 JSON 格式校验
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/sql-manual/sql-data-types/semi-structured/JSON.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/sql-manual/sql-data-types/semi-structured/JSON.md
index 751c22c0714..1278ca9dda5 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/sql-manual/sql-data-types/semi-structured/JSON.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/sql-manual/sql-data-types/semi-structured/JSON.md
@@ -26,7 +26,7 @@ under the License.
 
 JSON 数据类型,用二进制格式高效存储 [JSON](https://www.rfc-editor.org/rfc/rfc8785) 数据,通过 JSON 
函数访问其内部字段。
 
-默认支持1048576 字节(1 MB),可调大到 2147483643 字节(2 GB),可通过 BE 
配置`String_type_length_soft_limit_bytes` 调整。
+默认支持1048576 字节(1 MB),可调大到 2147483643 字节(2 GB),可通过 BE 
配置`string_type_length_soft_limit_bytes` 调整。
 
     与普通 String 类型存储的 JSON 字符串相比,JSON 类型有两点优势
     1. 数据写入时进行 JSON 格式校验
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/sql-manual/sql-data-types/semi-structured/JSON.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/sql-manual/sql-data-types/semi-structured/JSON.md
index 751c22c0714..1278ca9dda5 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/sql-manual/sql-data-types/semi-structured/JSON.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/sql-manual/sql-data-types/semi-structured/JSON.md
@@ -26,7 +26,7 @@ under the License.
 
 JSON 数据类型,用二进制格式高效存储 [JSON](https://www.rfc-editor.org/rfc/rfc8785) 数据,通过 JSON 
函数访问其内部字段。
 
-默认支持1048576 字节(1 MB),可调大到 2147483643 字节(2 GB),可通过 BE 
配置`String_type_length_soft_limit_bytes` 调整。
+默认支持1048576 字节(1 MB),可调大到 2147483643 字节(2 GB),可通过 BE 
配置`string_type_length_soft_limit_bytes` 调整。
 
     与普通 String 类型存储的 JSON 字符串相比,JSON 类型有两点优势
     1. 数据写入时进行 JSON 格式校验


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

Reply via email to