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

luzhijing 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 ed64637ae1 [Fix](Tvf) Add the Snappy compression of tvf (#654)
ed64637ae1 is described below

commit ed64637ae1d09f75f825cf9b9ccd9b9e31c7b546
Author: Tiewei Fang <[email protected]>
AuthorDate: Tue May 21 10:30:26 2024 +0800

    [Fix](Tvf) Add the Snappy compression of tvf (#654)
---
 docs/sql-manual/sql-functions/table-functions/hdfs.md                   | 2 +-
 docs/sql-manual/sql-functions/table-functions/local.md                  | 2 +-
 docs/sql-manual/sql-functions/table-functions/s3.md                     | 2 +-
 .../current/sql-manual/sql-functions/table-functions/hdfs.md            | 2 +-
 .../current/sql-manual/sql-functions/table-functions/local.md           | 2 +-
 .../current/sql-manual/sql-functions/table-functions/s3.md              | 2 +-
 .../version-2.0/sql-manual/sql-functions/table-functions/hdfs.md        | 2 +-
 .../version-2.0/sql-manual/sql-functions/table-functions/local.md       | 2 +-
 .../version-2.0/sql-manual/sql-functions/table-functions/s3.md          | 2 +-
 .../version-2.1/sql-manual/sql-functions/table-functions/hdfs.md        | 2 +-
 .../version-2.1/sql-manual/sql-functions/table-functions/local.md       | 2 +-
 .../version-2.1/sql-manual/sql-functions/table-functions/s3.md          | 2 +-
 .../version-2.0/sql-manual/sql-functions/table-functions/hdfs.md        | 2 +-
 .../version-2.0/sql-manual/sql-functions/table-functions/local.md       | 2 +-
 .../version-2.0/sql-manual/sql-functions/table-functions/s3.md          | 2 +-
 .../version-2.1/sql-manual/sql-functions/table-functions/hdfs.md        | 2 +-
 .../version-2.1/sql-manual/sql-functions/table-functions/local.md       | 2 +-
 .../version-2.1/sql-manual/sql-functions/table-functions/s3.md          | 2 +-
 18 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/docs/sql-manual/sql-functions/table-functions/hdfs.md 
b/docs/sql-manual/sql-functions/table-functions/hdfs.md
index 6e31942198..3b73028086 100644
--- a/docs/sql-manual/sql-functions/table-functions/hdfs.md
+++ b/docs/sql-manual/sql-functions/table-functions/hdfs.md
@@ -72,7 +72,7 @@ File format parameters:
 - `format`: (required) Currently support 
`csv/csv_with_names/csv_with_names_and_types/json/parquet/orc/avro`
 - `column_separator`: (optional) default `,`.
 - `line_delimiter`: (optional) default `\n`.
-- `compress_type`: (optional) Currently support 
`UNKNOWN/PLAIN/GZ/LZO/BZ2/LZ4FRAME/DEFLATE`. Default value is `UNKNOWN`, it 
will automatically infer the type based on the suffix of `uri`.
+- `compress_type`: (optional) Currently support 
`UNKNOWN/PLAIN/GZ/LZO/BZ2/LZ4FRAME/DEFLATE/SNAPPYBLOCK`. Default value is 
`UNKNOWN`, it will automatically infer the type based on the suffix of `uri`.
 
     The following 6 parameters are used for loading in json format. For 
specific usage methods, please refer to: [Json 
Load](../../../data-operate/import/import-way/load-json-format.md)
 
diff --git a/docs/sql-manual/sql-functions/table-functions/local.md 
b/docs/sql-manual/sql-functions/table-functions/local.md
index 68153deb81..a9b5d333b9 100644
--- a/docs/sql-manual/sql-functions/table-functions/local.md
+++ b/docs/sql-manual/sql-functions/table-functions/local.md
@@ -79,7 +79,7 @@ local(
     - `format`: (required) Currently support 
`csv/csv_with_names/csv_with_names_and_types/json/parquet/orc`
     - `column_separator`: (optional) default `,`.
     - `line_delimiter`: (optional) default `\n`.
-    - `compress_type`: (optional) Currently support 
`UNKNOWN/PLAIN/GZ/LZO/BZ2/LZ4FRAME/DEFLATE`. Default value is `UNKNOWN`, it 
will automatically infer the type based on the suffix of `uri`.
+    - `compress_type`: (optional) Currently support 
`UNKNOWN/PLAIN/GZ/LZO/BZ2/LZ4FRAME/DEFLATE/SNAPPYBLOCK`. Default value is 
`UNKNOWN`, it will automatically infer the type based on the suffix of `uri`.
 
 - The following parameters are used for loading in json format. For specific 
usage methods, please refer to: [Json 
Load](../../../data-operate/import/import-way/load-json-format.md)
 
diff --git a/docs/sql-manual/sql-functions/table-functions/s3.md 
b/docs/sql-manual/sql-functions/table-functions/s3.md
index 51a112a809..6027f61141 100644
--- a/docs/sql-manual/sql-functions/table-functions/s3.md
+++ b/docs/sql-manual/sql-functions/table-functions/s3.md
@@ -80,7 +80,7 @@ file format parameter:
 - `format`: (required) Currently support 
`csv/csv_with_names/csv_with_names_and_types/json/parquet/orc`
 - `column_separator`: (optional) default `,`.
 - `line_delimiter`: (optional) default `\n`.
-- `compress_type`: (optional) Currently support 
`UNKNOWN/PLAIN/GZ/LZO/BZ2/LZ4FRAME/DEFLATE`. Default value is `UNKNOWN`, it 
will automatically infer the type based on the suffix of `uri`.
+- `compress_type`: (optional) Currently support 
`UNKNOWN/PLAIN/GZ/LZO/BZ2/LZ4FRAME/DEFLATE/SNAPPYBLOCK`. Default value is 
`UNKNOWN`, it will automatically infer the type based on the suffix of `uri`.
 
 The following 6 parameters are used for loading in json format. For specific 
usage methods, please refer to: [Json 
Load](../../../data-operate/import/import-way/load-json-format.md)
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-functions/table-functions/hdfs.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-functions/table-functions/hdfs.md
index 709f3ec80d..9e65320f3d 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-functions/table-functions/hdfs.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-functions/table-functions/hdfs.md
@@ -73,7 +73,7 @@ hdfs(
 - `format`:(必填) 目前支持 
`csv/csv_with_names/csv_with_names_and_types/json/parquet/orc/avro`
 - `column_separator`:(选填) 列分割符, 默认为`,`。 
 - `line_delimiter`:(选填) 行分割符,默认为`\n`。
-- `compress_type`: (选填) 目前支持 `UNKNOWN/PLAIN/GZ/LZO/BZ2/LZ4FRAME/DEFLATE`。 默认值为 
`UNKNOWN`, 将会根据 `uri` 的后缀自动推断类型。
+- `compress_type`: (选填) 目前支持 
`UNKNOWN/PLAIN/GZ/LZO/BZ2/LZ4FRAME/DEFLATE/SNAPPYBLOCK`。 默认值为 `UNKNOWN`, 将会根据 
`uri` 的后缀自动推断类型。
 
     下面6个参数是用于json格式的导入,具体使用方法可以参照:[Json 
Load](../../../data-operate/import/import-way/load-json-format.md)
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-functions/table-functions/local.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-functions/table-functions/local.md
index bcfcd625e4..411a688a5e 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-functions/table-functions/local.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-functions/table-functions/local.md
@@ -79,7 +79,7 @@ local(
     - `format`:(必填) 目前支持 
`csv/csv_with_names/csv_with_names_and_types/json/parquet/orc`
     - `column_separator`:(选填) 列分割符, 默认为`,`。 
     - `line_delimiter`:(选填) 行分割符,默认为`\n`。
-    - `compress_type`: (选填) 目前支持 `UNKNOWN/PLAIN/GZ/LZO/BZ2/LZ4FRAME/DEFLATE`。 
默认值为 `UNKNOWN`, 将会根据 `uri` 的后缀自动推断类型。
+    - `compress_type`: (选填) 目前支持 
`UNKNOWN/PLAIN/GZ/LZO/BZ2/LZ4FRAME/DEFLATE/SNAPPYBLOCK`。 默认值为 `UNKNOWN`, 将会根据 
`uri` 的后缀自动推断类型。
 
 - 以下参数适用于json格式的导入,具体使用方法可以参照:[Json 
Load](../../../data-operate/import/import-way/load-json-format.md)
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-functions/table-functions/s3.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-functions/table-functions/s3.md
index d7904e7700..b3dbc2e12e 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-functions/table-functions/s3.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-functions/table-functions/s3.md
@@ -81,7 +81,7 @@ S3 tvf中的每一个参数都是一个 `"key"="value"` 对。
 - `format`:(必填) 目前支持 
`csv/csv_with_names/csv_with_names_and_types/json/parquet/orc`
 - `column_separator`:(选填) 列分割符, 默认为`,`。
 - `line_delimiter`:(选填) 行分割符,默认为`\n`。
-- `compress_type`: (选填) 目前支持 `UNKNOWN/PLAIN/GZ/LZO/BZ2/LZ4FRAME/DEFLATE`。 默认值为 
`UNKNOWN`, 将会根据 `uri` 的后缀自动推断类型。
+- `compress_type`: (选填) 目前支持 
`UNKNOWN/PLAIN/GZ/LZO/BZ2/LZ4FRAME/DEFLATE/SNAPPYBLOCK`。 默认值为 `UNKNOWN`, 将会根据 
`uri` 的后缀自动推断类型。
 
 下面6个参数是用于json格式的导入,具体使用方法可以参照:[Json 
Load](../../../data-operate/import/import-way/load-json-format.md)
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/sql-manual/sql-functions/table-functions/hdfs.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/sql-manual/sql-functions/table-functions/hdfs.md
index 709f3ec80d..9e65320f3d 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/sql-manual/sql-functions/table-functions/hdfs.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/sql-manual/sql-functions/table-functions/hdfs.md
@@ -73,7 +73,7 @@ hdfs(
 - `format`:(必填) 目前支持 
`csv/csv_with_names/csv_with_names_and_types/json/parquet/orc/avro`
 - `column_separator`:(选填) 列分割符, 默认为`,`。 
 - `line_delimiter`:(选填) 行分割符,默认为`\n`。
-- `compress_type`: (选填) 目前支持 `UNKNOWN/PLAIN/GZ/LZO/BZ2/LZ4FRAME/DEFLATE`。 默认值为 
`UNKNOWN`, 将会根据 `uri` 的后缀自动推断类型。
+- `compress_type`: (选填) 目前支持 
`UNKNOWN/PLAIN/GZ/LZO/BZ2/LZ4FRAME/DEFLATE/SNAPPYBLOCK`。 默认值为 `UNKNOWN`, 将会根据 
`uri` 的后缀自动推断类型。
 
     下面6个参数是用于json格式的导入,具体使用方法可以参照:[Json 
Load](../../../data-operate/import/import-way/load-json-format.md)
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/sql-manual/sql-functions/table-functions/local.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/sql-manual/sql-functions/table-functions/local.md
index 1743490cde..ec8898cee7 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/sql-manual/sql-functions/table-functions/local.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/sql-manual/sql-functions/table-functions/local.md
@@ -68,7 +68,7 @@ local(
 - `format`:(必填) 目前支持 
`csv/csv_with_names/csv_with_names_and_types/json/parquet/orc`
 - `column_separator`:(选填) 列分割符,默认为`,`。 
 - `line_delimiter`:(选填) 行分割符,默认为`\n`。
-- `compress_type`: (选填) 目前支持 `UNKNOWN/PLAIN/GZ/LZO/BZ2/LZ4FRAME/DEFLATE`。默认值为 
`UNKNOWN`, 将会根据 `uri` 的后缀自动推断类型。
+- `compress_type`: (选填) 目前支持 
`UNKNOWN/PLAIN/GZ/LZO/BZ2/LZ4FRAME/DEFLATE/SNAPPYBLOCK`。默认值为 `UNKNOWN`, 将会根据 
`uri` 的后缀自动推断类型。
 
     下面 6 个参数是用于 json 格式的导入,具体使用方法可以参照:[Json 
Load](../../../data-operate/import/load-json-format)
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/sql-manual/sql-functions/table-functions/s3.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/sql-manual/sql-functions/table-functions/s3.md
index 07d9b510ae..ae4b3d106b 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/sql-manual/sql-functions/table-functions/s3.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/sql-manual/sql-functions/table-functions/s3.md
@@ -74,7 +74,7 @@ S3 tvf 中的每一个参数都是一个 `"key"="value"` 对。
 - `format`:(必填) 目前支持 
`csv/csv_with_names/csv_with_names_and_types/json/parquet/orc`
 - `column_separator`:(选填) 列分割符,默认为`,`。
 - `line_delimiter`:(选填) 行分割符,默认为`\n`。
-- `compress_type`: (选填) 目前支持 `UNKNOWN/PLAIN/GZ/LZO/BZ2/LZ4FRAME/DEFLATE`。默认值为 
`UNKNOWN`, 将会根据 `uri` 的后缀自动推断类型。
+- `compress_type`: (选填) 目前支持 
`UNKNOWN/PLAIN/GZ/LZO/BZ2/LZ4FRAME/DEFLATE/SNAPPYBLOCK`。默认值为 `UNKNOWN`, 将会根据 
`uri` 的后缀自动推断类型。
 
   下面 6 个参数是用于 json 格式的导入,具体使用方法可以参照:[Json 
Load](../../../data-operate/import/load-json-format)
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/sql-manual/sql-functions/table-functions/hdfs.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/sql-manual/sql-functions/table-functions/hdfs.md
index 709f3ec80d..9e65320f3d 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/sql-manual/sql-functions/table-functions/hdfs.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/sql-manual/sql-functions/table-functions/hdfs.md
@@ -73,7 +73,7 @@ hdfs(
 - `format`:(必填) 目前支持 
`csv/csv_with_names/csv_with_names_and_types/json/parquet/orc/avro`
 - `column_separator`:(选填) 列分割符, 默认为`,`。 
 - `line_delimiter`:(选填) 行分割符,默认为`\n`。
-- `compress_type`: (选填) 目前支持 `UNKNOWN/PLAIN/GZ/LZO/BZ2/LZ4FRAME/DEFLATE`。 默认值为 
`UNKNOWN`, 将会根据 `uri` 的后缀自动推断类型。
+- `compress_type`: (选填) 目前支持 
`UNKNOWN/PLAIN/GZ/LZO/BZ2/LZ4FRAME/DEFLATE/SNAPPYBLOCK`。 默认值为 `UNKNOWN`, 将会根据 
`uri` 的后缀自动推断类型。
 
     下面6个参数是用于json格式的导入,具体使用方法可以参照:[Json 
Load](../../../data-operate/import/import-way/load-json-format.md)
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/sql-manual/sql-functions/table-functions/local.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/sql-manual/sql-functions/table-functions/local.md
index bcfcd625e4..411a688a5e 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/sql-manual/sql-functions/table-functions/local.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/sql-manual/sql-functions/table-functions/local.md
@@ -79,7 +79,7 @@ local(
     - `format`:(必填) 目前支持 
`csv/csv_with_names/csv_with_names_and_types/json/parquet/orc`
     - `column_separator`:(选填) 列分割符, 默认为`,`。 
     - `line_delimiter`:(选填) 行分割符,默认为`\n`。
-    - `compress_type`: (选填) 目前支持 `UNKNOWN/PLAIN/GZ/LZO/BZ2/LZ4FRAME/DEFLATE`。 
默认值为 `UNKNOWN`, 将会根据 `uri` 的后缀自动推断类型。
+    - `compress_type`: (选填) 目前支持 
`UNKNOWN/PLAIN/GZ/LZO/BZ2/LZ4FRAME/DEFLATE/SNAPPYBLOCK`。 默认值为 `UNKNOWN`, 将会根据 
`uri` 的后缀自动推断类型。
 
 - 以下参数适用于json格式的导入,具体使用方法可以参照:[Json 
Load](../../../data-operate/import/import-way/load-json-format.md)
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/sql-manual/sql-functions/table-functions/s3.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/sql-manual/sql-functions/table-functions/s3.md
index d7904e7700..b3dbc2e12e 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/sql-manual/sql-functions/table-functions/s3.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/sql-manual/sql-functions/table-functions/s3.md
@@ -81,7 +81,7 @@ S3 tvf中的每一个参数都是一个 `"key"="value"` 对。
 - `format`:(必填) 目前支持 
`csv/csv_with_names/csv_with_names_and_types/json/parquet/orc`
 - `column_separator`:(选填) 列分割符, 默认为`,`。
 - `line_delimiter`:(选填) 行分割符,默认为`\n`。
-- `compress_type`: (选填) 目前支持 `UNKNOWN/PLAIN/GZ/LZO/BZ2/LZ4FRAME/DEFLATE`。 默认值为 
`UNKNOWN`, 将会根据 `uri` 的后缀自动推断类型。
+- `compress_type`: (选填) 目前支持 
`UNKNOWN/PLAIN/GZ/LZO/BZ2/LZ4FRAME/DEFLATE/SNAPPYBLOCK`。 默认值为 `UNKNOWN`, 将会根据 
`uri` 的后缀自动推断类型。
 
 下面6个参数是用于json格式的导入,具体使用方法可以参照:[Json 
Load](../../../data-operate/import/import-way/load-json-format.md)
 
diff --git 
a/versioned_docs/version-2.0/sql-manual/sql-functions/table-functions/hdfs.md 
b/versioned_docs/version-2.0/sql-manual/sql-functions/table-functions/hdfs.md
index 6e31942198..3b73028086 100644
--- 
a/versioned_docs/version-2.0/sql-manual/sql-functions/table-functions/hdfs.md
+++ 
b/versioned_docs/version-2.0/sql-manual/sql-functions/table-functions/hdfs.md
@@ -72,7 +72,7 @@ File format parameters:
 - `format`: (required) Currently support 
`csv/csv_with_names/csv_with_names_and_types/json/parquet/orc/avro`
 - `column_separator`: (optional) default `,`.
 - `line_delimiter`: (optional) default `\n`.
-- `compress_type`: (optional) Currently support 
`UNKNOWN/PLAIN/GZ/LZO/BZ2/LZ4FRAME/DEFLATE`. Default value is `UNKNOWN`, it 
will automatically infer the type based on the suffix of `uri`.
+- `compress_type`: (optional) Currently support 
`UNKNOWN/PLAIN/GZ/LZO/BZ2/LZ4FRAME/DEFLATE/SNAPPYBLOCK`. Default value is 
`UNKNOWN`, it will automatically infer the type based on the suffix of `uri`.
 
     The following 6 parameters are used for loading in json format. For 
specific usage methods, please refer to: [Json 
Load](../../../data-operate/import/import-way/load-json-format.md)
 
diff --git 
a/versioned_docs/version-2.0/sql-manual/sql-functions/table-functions/local.md 
b/versioned_docs/version-2.0/sql-manual/sql-functions/table-functions/local.md
index 4e6c7811cb..0c3772f308 100644
--- 
a/versioned_docs/version-2.0/sql-manual/sql-functions/table-functions/local.md
+++ 
b/versioned_docs/version-2.0/sql-manual/sql-functions/table-functions/local.md
@@ -71,7 +71,7 @@ File format parameters:
 - `format`: (required) Currently support 
`csv/csv_with_names/csv_with_names_and_types/json/parquet/orc`
 - `column_separator`: (optional) default `,`.
 - `line_delimiter`: (optional) default `\n`.
-- `compress_type`: (optional) Currently support 
`UNKNOWN/PLAIN/GZ/LZO/BZ2/LZ4FRAME/DEFLATE`. Default value is `UNKNOWN`, it 
will automatically infer the type based on the suffix of `uri`.
+- `compress_type`: (optional) Currently support 
`UNKNOWN/PLAIN/GZ/LZO/BZ2/LZ4FRAME/DEFLATE/SNAPPYBLOCK`. Default value is 
`UNKNOWN`, it will automatically infer the type based on the suffix of `uri`.
 
     The following 6 parameters are used for loading in json format. For 
specific usage methods, please refer to: [Json 
Load](../../../data-operate/import/load-json-format)
 
diff --git 
a/versioned_docs/version-2.0/sql-manual/sql-functions/table-functions/s3.md 
b/versioned_docs/version-2.0/sql-manual/sql-functions/table-functions/s3.md
index b9b8b8f9ae..dbf049ffca 100644
--- a/versioned_docs/version-2.0/sql-manual/sql-functions/table-functions/s3.md
+++ b/versioned_docs/version-2.0/sql-manual/sql-functions/table-functions/s3.md
@@ -72,7 +72,7 @@ file format parameter:
 - `format`: (required) Currently support 
`csv/csv_with_names/csv_with_names_and_types/json/parquet/orc`
 - `column_separator`: (optional) default `,`.
 - `line_delimiter`: (optional) default `\n`.
-- `compress_type`: (optional) Currently support 
`UNKNOWN/PLAIN/GZ/LZO/BZ2/LZ4FRAME/DEFLATE`. Default value is `UNKNOWN`, it 
will automatically infer the type based on the suffix of `uri`.
+- `compress_type`: (optional) Currently support 
`UNKNOWN/PLAIN/GZ/LZO/BZ2/LZ4FRAME/DEFLATE/SNAPPYBLOCK`. Default value is 
`UNKNOWN`, it will automatically infer the type based on the suffix of `uri`.
 
     The following 6 parameters are used for loading in json format. For 
specific usage methods, please refer to: [Json 
Load](../../../data-operate/import/load-json-format)
 
diff --git 
a/versioned_docs/version-2.1/sql-manual/sql-functions/table-functions/hdfs.md 
b/versioned_docs/version-2.1/sql-manual/sql-functions/table-functions/hdfs.md
index 6e31942198..3b73028086 100644
--- 
a/versioned_docs/version-2.1/sql-manual/sql-functions/table-functions/hdfs.md
+++ 
b/versioned_docs/version-2.1/sql-manual/sql-functions/table-functions/hdfs.md
@@ -72,7 +72,7 @@ File format parameters:
 - `format`: (required) Currently support 
`csv/csv_with_names/csv_with_names_and_types/json/parquet/orc/avro`
 - `column_separator`: (optional) default `,`.
 - `line_delimiter`: (optional) default `\n`.
-- `compress_type`: (optional) Currently support 
`UNKNOWN/PLAIN/GZ/LZO/BZ2/LZ4FRAME/DEFLATE`. Default value is `UNKNOWN`, it 
will automatically infer the type based on the suffix of `uri`.
+- `compress_type`: (optional) Currently support 
`UNKNOWN/PLAIN/GZ/LZO/BZ2/LZ4FRAME/DEFLATE/SNAPPYBLOCK`. Default value is 
`UNKNOWN`, it will automatically infer the type based on the suffix of `uri`.
 
     The following 6 parameters are used for loading in json format. For 
specific usage methods, please refer to: [Json 
Load](../../../data-operate/import/import-way/load-json-format.md)
 
diff --git 
a/versioned_docs/version-2.1/sql-manual/sql-functions/table-functions/local.md 
b/versioned_docs/version-2.1/sql-manual/sql-functions/table-functions/local.md
index 68153deb81..a9b5d333b9 100644
--- 
a/versioned_docs/version-2.1/sql-manual/sql-functions/table-functions/local.md
+++ 
b/versioned_docs/version-2.1/sql-manual/sql-functions/table-functions/local.md
@@ -79,7 +79,7 @@ local(
     - `format`: (required) Currently support 
`csv/csv_with_names/csv_with_names_and_types/json/parquet/orc`
     - `column_separator`: (optional) default `,`.
     - `line_delimiter`: (optional) default `\n`.
-    - `compress_type`: (optional) Currently support 
`UNKNOWN/PLAIN/GZ/LZO/BZ2/LZ4FRAME/DEFLATE`. Default value is `UNKNOWN`, it 
will automatically infer the type based on the suffix of `uri`.
+    - `compress_type`: (optional) Currently support 
`UNKNOWN/PLAIN/GZ/LZO/BZ2/LZ4FRAME/DEFLATE/SNAPPYBLOCK`. Default value is 
`UNKNOWN`, it will automatically infer the type based on the suffix of `uri`.
 
 - The following parameters are used for loading in json format. For specific 
usage methods, please refer to: [Json 
Load](../../../data-operate/import/import-way/load-json-format.md)
 
diff --git 
a/versioned_docs/version-2.1/sql-manual/sql-functions/table-functions/s3.md 
b/versioned_docs/version-2.1/sql-manual/sql-functions/table-functions/s3.md
index 51a112a809..6027f61141 100644
--- a/versioned_docs/version-2.1/sql-manual/sql-functions/table-functions/s3.md
+++ b/versioned_docs/version-2.1/sql-manual/sql-functions/table-functions/s3.md
@@ -80,7 +80,7 @@ file format parameter:
 - `format`: (required) Currently support 
`csv/csv_with_names/csv_with_names_and_types/json/parquet/orc`
 - `column_separator`: (optional) default `,`.
 - `line_delimiter`: (optional) default `\n`.
-- `compress_type`: (optional) Currently support 
`UNKNOWN/PLAIN/GZ/LZO/BZ2/LZ4FRAME/DEFLATE`. Default value is `UNKNOWN`, it 
will automatically infer the type based on the suffix of `uri`.
+- `compress_type`: (optional) Currently support 
`UNKNOWN/PLAIN/GZ/LZO/BZ2/LZ4FRAME/DEFLATE/SNAPPYBLOCK`. Default value is 
`UNKNOWN`, it will automatically infer the type based on the suffix of `uri`.
 
 The following 6 parameters are used for loading in json format. For specific 
usage methods, please refer to: [Json 
Load](../../../data-operate/import/import-way/load-json-format.md)
 


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

Reply via email to