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.git
The following commit(s) were added to refs/heads/master by this push:
new 51bc49a727c [docs](truncate-table) load may fail when truncating
table (#25793)
51bc49a727c is described below
commit 51bc49a727c4e6ecbc988107541fadc19bdc83e2
Author: Siyang Tang <[email protected]>
AuthorDate: Tue Oct 24 14:10:26 2023 +0800
[docs](truncate-table) load may fail when truncating table (#25793)
---
.../sql-reference/Data-Definition-Statements/Drop/TRUNCATE-TABLE.md | 1 +
.../sql-reference/Data-Definition-Statements/Drop/TRUNCATE-TABLE.md | 1 +
2 files changed, 2 insertions(+)
diff --git
a/docs/en/docs/sql-manual/sql-reference/Data-Definition-Statements/Drop/TRUNCATE-TABLE.md
b/docs/en/docs/sql-manual/sql-reference/Data-Definition-Statements/Drop/TRUNCATE-TABLE.md
index c1af02268b3..c73e1ec87a7 100644
---
a/docs/en/docs/sql-manual/sql-reference/Data-Definition-Statements/Drop/TRUNCATE-TABLE.md
+++
b/docs/en/docs/sql-manual/sql-reference/Data-Definition-Statements/Drop/TRUNCATE-TABLE.md
@@ -46,6 +46,7 @@ illustrate:
- Unlike DELETE, using this method to clear data will not affect query
performance.
- The data deleted by this operation cannot be recovered.
- When using this command, the table status needs to be NORMAL, that is,
operations such as SCHEMA CHANGE are not allowed.
+- This command may cause the ongoing load to fail
### Example
diff --git
a/docs/zh-CN/docs/sql-manual/sql-reference/Data-Definition-Statements/Drop/TRUNCATE-TABLE.md
b/docs/zh-CN/docs/sql-manual/sql-reference/Data-Definition-Statements/Drop/TRUNCATE-TABLE.md
index bf253af1923..0e16f7241a7 100644
---
a/docs/zh-CN/docs/sql-manual/sql-reference/Data-Definition-Statements/Drop/TRUNCATE-TABLE.md
+++
b/docs/zh-CN/docs/sql-manual/sql-reference/Data-Definition-Statements/Drop/TRUNCATE-TABLE.md
@@ -46,6 +46,7 @@ TRUNCATE TABLE [db.]tbl[ PARTITION(p1, p2, ...)];
- 不同于 DELETE,使用该方式清空数据不会对查询性能造成影响。
- 该操作删除的数据不可恢复。
- 使用该命令时,表状态需为 NORMAL,即不允许正在进行 SCHEMA CHANGE 等操作。
+- 该命令可能会导致正在进行的导入失败。
### Example
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]