This is an automated email from the ASF dual-hosted git repository.
zykkk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new f5641b59ae [typo](docs) Fixed a typo that changed "不再分区范围内的数据" to
"不在分区范围内的数据" (#21655)
f5641b59ae is described below
commit f5641b59aeaf825aebdb41074ceeb4f9e70bd977
Author: shysnow <[email protected]>
AuthorDate: Mon Jul 10 22:17:53 2023 +0800
[typo](docs) Fixed a typo that changed "不再分区范围内的数据" to "不在分区范围内的数据"
(#21655)
---
.../sql-reference/Data-Manipulation-Statements/Load/BROKER-LOAD.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/docs/zh-CN/docs/sql-manual/sql-reference/Data-Manipulation-Statements/Load/BROKER-LOAD.md
b/docs/zh-CN/docs/sql-manual/sql-reference/Data-Manipulation-Statements/Load/BROKER-LOAD.md
index 73387d12da..68bab36c72 100644
---
a/docs/zh-CN/docs/sql-manual/sql-reference/Data-Manipulation-Statements/Load/BROKER-LOAD.md
+++
b/docs/zh-CN/docs/sql-manual/sql-reference/Data-Manipulation-Statements/Load/BROKER-LOAD.md
@@ -90,7 +90,7 @@ WITH BROKER broker_name
- `PARTITION(p1, p2, ...)`
- 可以指定仅导入表的某些分区。不再分区范围内的数据将被忽略。
+ 可以指定仅导入表的某些分区。不在分区范围内的数据将被忽略。
- `COLUMNS TERMINATED BY`
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]