This is an automated email from the ASF dual-hosted git repository.
dataroaring 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 e4c05e2411 [Fix](insert-overwrite) Insert overwrite is not executed
asynchronously (#896)
e4c05e2411 is described below
commit e4c05e2411ab63cc6149a90cb11e238c9cb504d6
Author: Xin Liao <[email protected]>
AuthorDate: Tue Jul 23 23:22:00 2024 +0800
[Fix](insert-overwrite) Insert overwrite is not executed asynchronously
(#896)
---
.../Data-Manipulation-Statements/Manipulation/INSERT-OVERWRITE.md | 2 +-
.../Data-Manipulation-Statements/Manipulation/INSERT-OVERWRITE.md | 2 +-
.../Data-Manipulation-Statements/Manipulation/INSERT-OVERWRITE.md | 2 +-
.../Data-Manipulation-Statements/Manipulation/INSERT-OVERWRITE.md | 2 +-
.../Data-Manipulation-Statements/Manipulation/INSERT-OVERWRITE.md | 2 +-
.../Data-Manipulation-Statements/Manipulation/INSERT-OVERWRITE.md | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)
diff --git
a/docs/sql-manual/sql-statements/Data-Manipulation-Statements/Manipulation/INSERT-OVERWRITE.md
b/docs/sql-manual/sql-statements/Data-Manipulation-Statements/Manipulation/INSERT-OVERWRITE.md
index 514635adcd..437a8d2d46 100644
---
a/docs/sql-manual/sql-statements/Data-Manipulation-Statements/Manipulation/INSERT-OVERWRITE.md
+++
b/docs/sql-manual/sql-statements/Data-Manipulation-Statements/Manipulation/INSERT-OVERWRITE.md
@@ -136,7 +136,7 @@ PROPERTIES (
INSERT OVERWRITE table test WITH LABEL `label2` (c1, c2) SELECT * from
test2;
```
-- Using a label will encapsulate this task into an **asynchronous task**.
After executing the statement, the relevant operations will be executed
asynchronously. Users can use the `SHOW LOAD;` command to check the status of
the job imported by this `label`. It should be noted that the label is unique.
+- Users can use the `SHOW LOAD;` command to check the status of the job
imported by this `label`. It should be noted that the label is unique.
#### Overwrite Table Partition
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-statements/Data-Manipulation-Statements/Manipulation/INSERT-OVERWRITE.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-statements/Data-Manipulation-Statements/Manipulation/INSERT-OVERWRITE.md
index 6f397eea40..56a0d43f68 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-statements/Data-Manipulation-Statements/Manipulation/INSERT-OVERWRITE.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-statements/Data-Manipulation-Statements/Manipulation/INSERT-OVERWRITE.md
@@ -137,7 +137,7 @@ PROPERTIES (
INSERT OVERWRITE table test WITH LABEL `label2` (c1, c2) SELECT * from
test2;
```
-- 使用label会将此任务封装成一个**异步任务**,执行语句之后,相关操作都会异步执行,用户可以通过`SHOW
LOAD;`命令查看此`label`导入作业的状态。需要注意的是label具有唯一性。
+- 用户可以通过`SHOW LOAD;`命令查看此`label`导入作业的状态。需要注意的是label具有唯一性。
#### Overwrite Table Partition
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/sql-manual/sql-reference/Data-Manipulation-Statements/Manipulation/INSERT-OVERWRITE.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/sql-manual/sql-reference/Data-Manipulation-Statements/Manipulation/INSERT-OVERWRITE.md
index 2b6c4c7089..1df61de13b 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/sql-manual/sql-reference/Data-Manipulation-Statements/Manipulation/INSERT-OVERWRITE.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/sql-manual/sql-reference/Data-Manipulation-Statements/Manipulation/INSERT-OVERWRITE.md
@@ -134,7 +134,7 @@ PROPERTIES (
INSERT OVERWRITE table test WITH LABEL `label2` (c1, c2) SELECT * from
test2;
```
-- 使用label会将此任务封装成一个**异步任务**,执行语句之后,相关操作都会异步执行,用户可以通过`SHOW
LOAD;`命令查看此`label`导入作业的状态。需要注意的是label具有唯一性。
+- 用户可以通过`SHOW LOAD;`命令查看此`label`导入作业的状态。需要注意的是label具有唯一性。
#### Overwrite Table Partition
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/sql-manual/sql-statements/Data-Manipulation-Statements/Manipulation/INSERT-OVERWRITE.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/sql-manual/sql-statements/Data-Manipulation-Statements/Manipulation/INSERT-OVERWRITE.md
index 024329da61..ff8fd95f2e 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/sql-manual/sql-statements/Data-Manipulation-Statements/Manipulation/INSERT-OVERWRITE.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/sql-manual/sql-statements/Data-Manipulation-Statements/Manipulation/INSERT-OVERWRITE.md
@@ -138,7 +138,7 @@ PROPERTIES (
INSERT OVERWRITE table test WITH LABEL `label2` (c1, c2) SELECT * from
test2;
```
-- 使用label会将此任务封装成一个**异步任务**,执行语句之后,相关操作都会异步执行,用户可以通过`SHOW
LOAD;`命令查看此`label`导入作业的状态。需要注意的是label具有唯一性。
+- 用户可以通过`SHOW LOAD;`命令查看此`label`导入作业的状态。需要注意的是label具有唯一性。
#### Overwrite Table Partition
diff --git
a/versioned_docs/version-2.0/sql-manual/sql-reference/Data-Manipulation-Statements/Manipulation/INSERT-OVERWRITE.md
b/versioned_docs/version-2.0/sql-manual/sql-reference/Data-Manipulation-Statements/Manipulation/INSERT-OVERWRITE.md
index 8f31859420..cb845acbab 100644
---
a/versioned_docs/version-2.0/sql-manual/sql-reference/Data-Manipulation-Statements/Manipulation/INSERT-OVERWRITE.md
+++
b/versioned_docs/version-2.0/sql-manual/sql-reference/Data-Manipulation-Statements/Manipulation/INSERT-OVERWRITE.md
@@ -133,7 +133,7 @@ PROPERTIES (
INSERT OVERWRITE table test WITH LABEL `label2` (c1, c2) SELECT * from
test2;
```
-- Using a label will encapsulate this task into an **asynchronous task**.
After executing the statement, the relevant operations will be executed
asynchronously. Users can use the `SHOW LOAD;` command to check the status of
the job imported by this `label`. It should be noted that the label is unique.
+- Users can use the `SHOW LOAD;` command to check the status of the job
imported by this `label`. It should be noted that the label is unique.
#### Overwrite Table Partition
diff --git
a/versioned_docs/version-2.1/sql-manual/sql-statements/Data-Manipulation-Statements/Manipulation/INSERT-OVERWRITE.md
b/versioned_docs/version-2.1/sql-manual/sql-statements/Data-Manipulation-Statements/Manipulation/INSERT-OVERWRITE.md
index 1be149eeb4..71cc317636 100644
---
a/versioned_docs/version-2.1/sql-manual/sql-statements/Data-Manipulation-Statements/Manipulation/INSERT-OVERWRITE.md
+++
b/versioned_docs/version-2.1/sql-manual/sql-statements/Data-Manipulation-Statements/Manipulation/INSERT-OVERWRITE.md
@@ -136,7 +136,7 @@ PROPERTIES (
INSERT OVERWRITE table test WITH LABEL `label2` (c1, c2) SELECT * from
test2;
```
-- Using a label will encapsulate this task into an **asynchronous task**.
After executing the statement, the relevant operations will be executed
asynchronously. Users can use the `SHOW LOAD;` command to check the status of
the job imported by this `label`. It should be noted that the label is unique.
+- Users can use the `SHOW LOAD;` command to check the status of the job
imported by this `label`. It should be noted that the label is unique.
#### Overwrite Table Partition
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]