This is an automated email from the ASF dual-hosted git repository.
luzhijing 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 6ce8200d9e [doc](typo) external-table-load.md (#17234)
6ce8200d9e is described below
commit 6ce8200d9ec0d36aa99cd9e24a633fc9e37ed08e
Author: Jover <[email protected]>
AuthorDate: Fri Mar 3 14:11:19 2023 +0800
[doc](typo) external-table-load.md (#17234)
* fix: external-table-load.md
The SQL with a syntax error.
* fix: external-table-load.md (Chinese)
The SQL with a syntax error.
---
docs/en/docs/data-operate/import/import-scenes/external-table-load.md | 2 +-
.../zh-CN/docs/data-operate/import/import-scenes/external-table-load.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git
a/docs/en/docs/data-operate/import/import-scenes/external-table-load.md
b/docs/en/docs/data-operate/import/import-scenes/external-table-load.md
index 8fa7ef3530..5e042bf4c7 100644
--- a/docs/en/docs/data-operate/import/import-scenes/external-table-load.md
+++ b/docs/en/docs/data-operate/import/import-scenes/external-table-load.md
@@ -101,7 +101,7 @@ Here we create an `ext_oracle_demo` external table and
reference the `oracle_tes
`k6` double NOT NULL COMMENT ""
)
COMMENT "Doris Table"
- DISTRIBUTED BY HASH(k1) BUCKETS 2;
+ DISTRIBUTED BY HASH(k1) BUCKETS 2
PROPERTIES (
"replication_num" = "1"
);
diff --git
a/docs/zh-CN/docs/data-operate/import/import-scenes/external-table-load.md
b/docs/zh-CN/docs/data-operate/import/import-scenes/external-table-load.md
index 76192769e8..d97beecc4d 100644
--- a/docs/zh-CN/docs/data-operate/import/import-scenes/external-table-load.md
+++ b/docs/zh-CN/docs/data-operate/import/import-scenes/external-table-load.md
@@ -102,7 +102,7 @@ PROPERTIES (
`k6` double NOT NULL COMMENT ""
)
COMMENT "Doris Table"
- DISTRIBUTED BY HASH(k1) BUCKETS 2;
+ DISTRIBUTED BY HASH(k1) BUCKETS 2
PROPERTIES (
"replication_num" = "1"
);
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]