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 f9f84ad039b [update](load) json compress format (#2223) f9f84ad039b is described below commit f9f84ad039bd13a39987341ea7938fd1bf3c6f90 Author: Xin Liao <liao...@selectdb.com> AuthorDate: Sat Mar 22 22:14:56 2025 +0800 [update](load) json compress format (#2223) --- docs/data-operate/import/file-format/json.md | 2 +- .../current/data-operate/import/file-format/json.md | 2 +- .../version-2.1/data-operate/import/file-format/json.md | 2 +- .../version-3.0/data-operate/import/file-format/json.md | 2 +- versioned_docs/version-2.1/data-operate/import/file-format/json.md | 2 +- versioned_docs/version-3.0/data-operate/import/file-format/json.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/data-operate/import/file-format/json.md b/docs/data-operate/import/file-format/json.md index 1e0d80864ca..3d3e108d698 100644 --- a/docs/data-operate/import/file-format/json.md +++ b/docs/data-operate/import/file-format/json.md @@ -106,7 +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 | +| compression format | plain | compress_type | PROPERTIES.compress_type | 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 fd8b7063e83..96d323906fc 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,7 +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 | +| 压缩格式 | 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 57afc943bfa..9bb1de59682 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,7 +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 | +| 压缩格式 | 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 da4770500f0..1ecbd5fd8f4 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,7 +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 | +| 压缩格式 | 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 8edf5371774..6bce1c16c79 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,7 +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 | +| compression format | plain | Not Supported | PROPERTIES.compress_type | 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 b8bd5d0fa23..f3c2bc4d704 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,7 +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 | +| compression format | plain | compress_type(supported from 3.0.5) | PROPERTIES.compress_type | 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