This is an automated email from the ASF dual-hosted git repository.
yangzhg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/master by this push:
new c8afd56 [Doc] Modify doc for replace table (#5536)
c8afd56 is described below
commit c8afd5646ca0f0711e044f615cb3f978b2cc6234
Author: Mingyu Chen <[email protected]>
AuthorDate: Tue Mar 23 09:36:11 2021 +0800
[Doc] Modify doc for replace table (#5536)
---
docs/en/administrator-guide/alter-table/alter-table-replace-table.md | 2 +-
docs/zh-CN/administrator-guide/alter-table/alter-table-replace-table.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git
a/docs/en/administrator-guide/alter-table/alter-table-replace-table.md
b/docs/en/administrator-guide/alter-table/alter-table-replace-table.md
index 15d3fe0..0253298 100644
--- a/docs/en/administrator-guide/alter-table/alter-table-replace-table.md
+++ b/docs/en/administrator-guide/alter-table/alter-table-replace-table.md
@@ -53,7 +53,7 @@ Suppose you want to replace table A with table B, and `swap`
is `true`, the oper
1. Rename table B to table A.
2. Rename table A to table B.
-If `swap` is `true`, the operation is as follows:
+If `swap` is `false`, the operation is as follows:
1. Drop table A.
2. Rename table B to table A.
diff --git
a/docs/zh-CN/administrator-guide/alter-table/alter-table-replace-table.md
b/docs/zh-CN/administrator-guide/alter-table/alter-table-replace-table.md
index 3deedf7..ce47723 100644
--- a/docs/zh-CN/administrator-guide/alter-table/alter-table-replace-table.md
+++ b/docs/zh-CN/administrator-guide/alter-table/alter-table-replace-table.md
@@ -54,7 +54,7 @@ ALTER TABLE [db.]tbl1 REPLACE WITH TABLE tbl2
1. 将表 B 重名为表 A。
2. 将表 A 重名为表 B。
-如果 `swap` 为 `true`,则操作如下:
+如果 `swap` 为 `false`,则操作如下:
1. 删除表 A。
2. 将表 B 重名为表 A。
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]