Skip to content

Commit f008736

Browse files
[typo](docs) fix zh INSERT typo in filter-ratio description (#3361)
## Summary - verify #2402 and confirm the typo still exists in Chinese INSERT docs (`素有`) - update wording to `即忽略所有错误行` in the filter-threshold paragraph - apply the same fix consistently to `current`, `version-2.1`, `version-3.x`, and `version-4.x` ## Reference - redoes issue intent from #2402 Co-authored-by: BigTailMonkey <353371424@qq.com>
1 parent 0307beb commit f008736

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

  • i18n/zh-CN/docusaurus-plugin-content-docs
    • current/sql-manual/sql-statements/data-modification/DML
    • version-2.1/sql-manual/sql-statements/data-modification/DML
    • version-3.x/sql-manual/sql-statements/data-modification/DML
    • version-4.x/sql-manual/sql-statements/data-modification/DML

i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-statements/data-modification/DML/INSERT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ INSERT INTO test WITH LABEL `label1` (c1, c2) SELECT * from test2;
202202

203203
4. 过滤阈值
204204

205-
与其他导入方式不同,INSERT 操作不能指定过滤阈值(`max_filter_ratio`)。默认的过滤阈值为 1即素有错误行都可以被忽略
205+
与其他导入方式不同,INSERT 操作不能指定过滤阈值(`max_filter_ratio`)。默认的过滤阈值为 1即忽略所有错误行
206206

207207
对于有要求数据不能够被过滤的业务场景,可以通过设置 [会话变量](../../session/variable/SET-VARIABLE) `enable_insert_strict``true` 来确保当有数据被过滤掉的时候,`INSERT` 不会被执行成功。
208208

i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/sql-manual/sql-statements/data-modification/DML/INSERT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ INSERT INTO test WITH LABEL `label1` (c1, c2) SELECT * from test2;
202202

203203
4. 过滤阈值
204204

205-
与其他导入方式不同,INSERT 操作不能指定过滤阈值(`max_filter_ratio`)。默认的过滤阈值为 1即素有错误行都可以被忽略
205+
与其他导入方式不同,INSERT 操作不能指定过滤阈值(`max_filter_ratio`)。默认的过滤阈值为 1即忽略所有错误行
206206

207207
对于有要求数据不能够被过滤的业务场景,可以通过设置 [会话变量](../../session/variable/SET-VARIABLE) `enable_insert_strict``true` 来确保当有数据被过滤掉的时候,`INSERT` 不会被执行成功。
208208

i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/sql-manual/sql-statements/data-modification/DML/INSERT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ INSERT INTO test WITH LABEL `label1` (c1, c2) SELECT * from test2;
202202

203203
4. 过滤阈值
204204

205-
与其他导入方式不同,INSERT 操作不能指定过滤阈值(`max_filter_ratio`)。默认的过滤阈值为 1即素有错误行都可以被忽略
205+
与其他导入方式不同,INSERT 操作不能指定过滤阈值(`max_filter_ratio`)。默认的过滤阈值为 1即忽略所有错误行
206206

207207
对于有要求数据不能够被过滤的业务场景,可以通过设置 [会话变量](../../session/variable/SET-VARIABLE) `enable_insert_strict``true` 来确保当有数据被过滤掉的时候,`INSERT` 不会被执行成功。
208208

i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/sql-manual/sql-statements/data-modification/DML/INSERT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ INSERT INTO test WITH LABEL `label1` (c1, c2) SELECT * from test2;
202202

203203
4. 过滤阈值
204204

205-
与其他导入方式不同,INSERT 操作不能指定过滤阈值(`max_filter_ratio`)。默认的过滤阈值为 1即素有错误行都可以被忽略
205+
与其他导入方式不同,INSERT 操作不能指定过滤阈值(`max_filter_ratio`)。默认的过滤阈值为 1即忽略所有错误行
206206

207207
对于有要求数据不能够被过滤的业务场景,可以通过设置 [会话变量](../../session/variable/SET-VARIABLE) `enable_insert_strict``true` 来确保当有数据被过滤掉的时候,`INSERT` 不会被执行成功。
208208

0 commit comments

Comments
 (0)