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

liaoxin 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 450cf3239b9 [update](load) json compress format (#2222)
450cf3239b9 is described below

commit 450cf3239b9cce9fb1c9f946aa1b67e14d408f2b
Author: Xin Liao <liao...@selectdb.com>
AuthorDate: Sat Mar 22 21:22:40 2025 +0800

    [update](load) json compress format (#2222)
---
 docs/data-operate/import/file-format/json.md                             | 1 +
 .../current/data-operate/import/file-format/json.md                      | 1 +
 .../version-2.1/data-operate/import/file-format/json.md                  | 1 +
 .../version-3.0/data-operate/import/file-format/json.md                  | 1 +
 versioned_docs/version-2.1/data-operate/import/file-format/json.md       | 1 +
 versioned_docs/version-3.0/data-operate/import/file-format/json.md       | 1 +
 6 files changed, 6 insertions(+)

diff --git a/docs/data-operate/import/file-format/json.md 
b/docs/data-operate/import/file-format/json.md
index ec75d52b4f3..1e0d80864ca 100644
--- a/docs/data-operate/import/file-format/json.md
+++ b/docs/data-operate/import/file-format/json.md
@@ -106,6 +106,7 @@ The following table lists the JSON format parameters 
supported by various loadin
 | read json by line | false | read_json_by_line | Always true | Not supported 
| read_json_by_line, default true |
 | fuzzy parse | false | fuzzy_parse | properties.fuzzy_parse | Not supported | 
fuzzy_parse |
 | num as string | false | num_as_string | properties.num_as_string | 
properties.num_as_string | num_as_string |
+| compression format | plain | compress_type | PROPERTIES.compress_type | Not 
supported | Not supported | compress_type |
 
 :::tip Note
 1. Stream Load: Parameters are specified directly through HTTP Headers, e.g., 
`-H "jsonpaths: $.data"`
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-operate/import/file-format/json.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-operate/import/file-format/json.md
index 3cab468a335..fd8b7063e83 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-operate/import/file-format/json.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-operate/import/file-format/json.md
@@ -106,6 +106,7 @@ Doris 支持以下三种 JSON 格式:
 | read json by line | false | read_json_by_line | 不支持配置,都为 true | 不支持 | 
read_json_by_line, 默认为 true |
 | fuzzy parse | false | fuzzy_parse | properties.fuzzy_parse | 不支持 | 
fuzzy_parse |
 | num as string | false | num_as_string | properties.num_as_string | 
properties.num_as_string | num_as_string |
+| 压缩格式 | plain | compress_type | PROPERTIES.compress_type | 不支持 | 不支持 | 
compress_type |
 
 :::tip 注意
 1. Stream Load:参数直接通过 HTTP Header 指定,如:`-H "jsonpaths: $.data"`
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/data-operate/import/file-format/json.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/data-operate/import/file-format/json.md
index 3cab468a335..57afc943bfa 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/data-operate/import/file-format/json.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/data-operate/import/file-format/json.md
@@ -106,6 +106,7 @@ Doris 支持以下三种 JSON 格式:
 | read json by line | false | read_json_by_line | 不支持配置,都为 true | 不支持 | 
read_json_by_line, 默认为 true |
 | fuzzy parse | false | fuzzy_parse | properties.fuzzy_parse | 不支持 | 
fuzzy_parse |
 | num as string | false | num_as_string | properties.num_as_string | 
properties.num_as_string | num_as_string |
+| 压缩格式 | plain | 不支持 | PROPERTIES.compress_type | 不支持 | 不支持 | compress_type |
 
 :::tip 注意
 1. Stream Load:参数直接通过 HTTP Header 指定,如:`-H "jsonpaths: $.data"`
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/data-operate/import/file-format/json.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/data-operate/import/file-format/json.md
index 3cab468a335..da4770500f0 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/data-operate/import/file-format/json.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/data-operate/import/file-format/json.md
@@ -106,6 +106,7 @@ Doris 支持以下三种 JSON 格式:
 | read json by line | false | read_json_by_line | 不支持配置,都为 true | 不支持 | 
read_json_by_line, 默认为 true |
 | fuzzy parse | false | fuzzy_parse | properties.fuzzy_parse | 不支持 | 
fuzzy_parse |
 | num as string | false | num_as_string | properties.num_as_string | 
properties.num_as_string | num_as_string |
+| 压缩格式 | plain | compress_type(从3.0.5版本开始支持) | PROPERTIES.compress_type | 不支持 
| 不支持 | compress_type |
 
 :::tip 注意
 1. Stream Load:参数直接通过 HTTP Header 指定,如:`-H "jsonpaths: $.data"`
diff --git a/versioned_docs/version-2.1/data-operate/import/file-format/json.md 
b/versioned_docs/version-2.1/data-operate/import/file-format/json.md
index a184d2f1222..8edf5371774 100644
--- a/versioned_docs/version-2.1/data-operate/import/file-format/json.md
+++ b/versioned_docs/version-2.1/data-operate/import/file-format/json.md
@@ -106,6 +106,7 @@ The following table lists the JSON format parameters 
supported by various loadin
 | read json by line | false | read_json_by_line | Always true | Not supported 
| read_json_by_line, default true |
 | fuzzy parse | false | fuzzy_parse | properties.fuzzy_parse | Not supported | 
fuzzy_parse |
 | num as string | false | num_as_string | properties.num_as_string | 
properties.num_as_string | num_as_string |
+| compression format | plain | Not Supported | PROPERTIES.compress_type | Not 
supported | Not supported | compress_type |
 
 :::tip Note
 1. Stream Load: Parameters are specified directly through HTTP Headers, e.g., 
`-H "jsonpaths: $.data"`
diff --git a/versioned_docs/version-3.0/data-operate/import/file-format/json.md 
b/versioned_docs/version-3.0/data-operate/import/file-format/json.md
index a184d2f1222..b8bd5d0fa23 100644
--- a/versioned_docs/version-3.0/data-operate/import/file-format/json.md
+++ b/versioned_docs/version-3.0/data-operate/import/file-format/json.md
@@ -106,6 +106,7 @@ The following table lists the JSON format parameters 
supported by various loadin
 | read json by line | false | read_json_by_line | Always true | Not supported 
| read_json_by_line, default true |
 | fuzzy parse | false | fuzzy_parse | properties.fuzzy_parse | Not supported | 
fuzzy_parse |
 | num as string | false | num_as_string | properties.num_as_string | 
properties.num_as_string | num_as_string |
+| compression format | plain | compress_type(supported from 3.0.5) | 
PROPERTIES.compress_type | Not supported | compress_type |
 
 :::tip Note
 1. Stream Load: Parameters are specified directly through HTTP Headers, e.g., 
`-H "jsonpaths: $.data"`


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

Reply via email to