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 1feeafba009 [Fix](load) Fix some spelling errors (#946)
1feeafba009 is described below

commit 1feeafba0097991199e23e65d11f59be51d9acee
Author: Xin Liao <liaoxin...@126.com>
AuthorDate: Sun Aug 4 21:31:38 2024 +0800

    [Fix](load) Fix some spelling errors (#946)
---
 docs/data-operate/import/error-data-handling.md              |  4 ++--
 docs/data-operate/import/load-data-format.md                 | 12 ++++++------
 .../current/data-operate/import/error-data-handling.md       |  4 ++--
 .../current/data-operate/import/load-data-format.md          | 10 +++++-----
 4 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/docs/data-operate/import/error-data-handling.md 
b/docs/data-operate/import/error-data-handling.md
index 0d534e1f737..b45dfb2acfd 100644
--- a/docs/data-operate/import/error-data-handling.md
+++ b/docs/data-operate/import/error-data-handling.md
@@ -278,5 +278,5 @@ The default value of `max_filter_ratio` is 0, which means 
that if there is any e
    INSERT INTO my_table FROM S3/HDFS/LOCAL();
    ```
 :::tip
-Only effective when the value of `enable_insert_strict` is `false`, used to 
control the maximum error rate when using `INSERT INTO FROM S3/HDFS/LOCAL()`. 
The default value is 1.0, which means tolerating all errors.
-::::
\ No newline at end of file
+The `insert_max_filter_ratio` only takes effect when the value of 
`enable_insert_strict` is `false`, and it is used to control the maximum error 
rate of `INSERT INTO FROM S3/HDFS/LOCAL()`. The default value is 1.0, which 
means tolerating all errors.
+:::
\ No newline at end of file
diff --git a/docs/data-operate/import/load-data-format.md 
b/docs/data-operate/import/load-data-format.md
index 1cad6ae3249..86657322539 100644
--- a/docs/data-operate/import/load-data-format.md
+++ b/docs/data-operate/import/load-data-format.md
@@ -133,11 +133,11 @@ Doris supports importing data in JSON format. This 
document mainly describes the
 
 Currently, only the following import methods support data import in JSON 
format:
 
-- Through [S3 table 
function](../../sql-manual/sql-functions/table-functions/s3.md) import 
statement: insert into table select * from S3();
-- Import the local JSON format file through [STREAM 
LOAD](../../sql-manual/sql-statements/Data-Manipulation-Statements/Load/STREAM-LOAD.md).
-- Subscribe and consume JSON format in Kafka via [ROUTINE 
LOAD](../../sql-manual/sql-statements/Data-Manipulation-Statements/Load/CREATE-ROUTINE-LOAD.md)
 information.
-
-Other ways of importing data in JSON format are not currently supported.
+- [Stream Load](./import-way/stream-load-manual.md)
+- [Broker Load](./import-way/broker-load-manual.md)
+- [Routine Load](./import-way/routine-load-manual.md)
+- [INSERT INTO FROM S3 TVF](../../sql-manual/sql-functions/table-functions/s3)
+- [INSERT INTO FROM HDFS 
TVF](../../sql-manual/sql-functions/table-functions/hdfs)
 
 ### Supported JSON Formats
 
@@ -209,7 +209,7 @@ Currently only the following three JSON formats are 
supported:
   
   This feature requires that each row of data in the Array has exactly the 
same order of fields. Doris will only parse according to the field order of the 
first row, and then access the subsequent data in the form of subscripts. This 
method can improve the import efficiency by 3-5X.
 
-## JSON Path
+### JSON Path
 
 Doris supports extracting data specified in JSON through JSON Path.
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-operate/import/error-data-handling.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-operate/import/error-data-handling.md
index e668294da6c..1e404a873ce 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-operate/import/error-data-handling.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-operate/import/error-data-handling.md
@@ -278,5 +278,5 @@ curl  --location-trusted -u root -H "partial_columns:true" 
-H "strict_mode:true"
    INSERT INTO my_table FROM S3/HDFS/LOCAL();
    ```
 :::tip
-仅当 `enable_insert_strict` 值为 `false` 时生效,用于控制使用 `INSERT INTO FROM 
S3/HDFS/LOCAL()` 时,设定最大错误率的。默认为 1.0 表示容忍所有错误。
-::::
+仅当 `enable_insert_strict` 值为 `false` 时, `insert_max_filter_ratio` 才生效,只用于控制 
`INSERT INTO FROM S3/HDFS/LOCAL()` 的最大错误率。默认为 1.0,表示容忍所有错误。
+:::
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-operate/import/load-data-format.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-operate/import/load-data-format.md
index cab7adb3351..67969edba3f 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-operate/import/load-data-format.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-operate/import/load-data-format.md
@@ -29,7 +29,7 @@ Doris 支持对csv、json、parquet、orc格式的数据文件进行导入。本
 ## CSV 格式
 ### 支持的导入方式
 以下导入方式支持 CSV 格式的数据导入:
-- [Strream Load](./import-way/stream-load-manual.md)
+- [Stream Load](./import-way/stream-load-manual.md)
 - [Broker Load](./import-way/broker-load-manual.md)
 - [Routine Load](./import-way/routine-load-manual.md)
 - [MySQL Load](./import-way/mysql-load-manual.md)
@@ -133,7 +133,7 @@ Doris 支持导入 JSON 格式的数据。本文档主要说明在进行 JSON 
 
 以下导入方式支持 JSON 格式的数据导入:
 
-- [Strream Load](./import-way/stream-load-manual.md)
+- [Stream Load](./import-way/stream-load-manual.md)
 - [Broker Load](./import-way/broker-load-manual.md)
 - [Routine Load](./import-way/routine-load-manual.md)
 - [INSERT INTO FROM S3 TVF](../../sql-manual/sql-functions/table-functions/s3)
@@ -473,7 +473,7 @@ JSON 数据为:
 
 该元素会被当作新 JSON 进行后续导入操作,得到最终数据 321 和 shanghai
 
-## NULL 和 Default 值
+### NULL 和 Default 值
 
 示例数据如下:
 
@@ -722,7 +722,7 @@ Routine Load 对 JSON 数据的处理原理和 Stream Load 相同。在此不再
 ## Parquet
 ### 支持的导入方式
 以下导入方式支持 CSV 格式的数据导入:
-- [Strream Load](./import-way/stream-load-manual.md)
+- [Stream Load](./import-way/stream-load-manual.md)
 - [Broker Load](./import-way/broker-load-manual.md)
 - [INSERT INTO FROM S3 TVF](../../sql-manual/sql-functions/table-functions/s3)
 - [INSERT INTO FROM HDFS 
TVF](../../sql-manual/sql-functions/table-functions/hdfs)
@@ -759,7 +759,7 @@ WITH S3
 ## ORC
 ### 支持的导入方式
 以下导入方式支持 CSV 格式的数据导入:
-- [Strream Load](./import-way/stream-load-manual.md)
+- [Stream Load](./import-way/stream-load-manual.md)
 - [Broker Load](./import-way/broker-load-manual.md)
 - [INSERT INTO FROM S3 TVF](../../sql-manual/sql-functions/table-functions/s3)
 - [INSERT INTO FROM HDFS 
TVF](../../sql-manual/sql-functions/table-functions/hdfs)


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

Reply via email to