This is an automated email from the ASF dual-hosted git repository. diwu 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 b70274e2af [docs] Changing the symbol of dataX doriswriter table creation statement (#10632) b70274e2af is described below commit b70274e2af7a6db01432f5be2568c487d4fbae4f Author: yuanyuan8983 <99315889+yuanyuan8...@users.noreply.github.com> AuthorDate: Tue Jul 19 10:15:27 2022 +0800 [docs] Changing the symbol of dataX doriswriter table creation statement (#10632) * Update datax.md --- docs/en/docs/ecosystem/datax.md | 4 ++-- docs/zh-CN/docs/ecosystem/datax.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/en/docs/ecosystem/datax.md b/docs/en/docs/ecosystem/datax.md index 1c19e9f815..38449dfce2 100644 --- a/docs/en/docs/ecosystem/datax.md +++ b/docs/en/docs/ecosystem/datax.md @@ -133,8 +133,8 @@ CREATE TABLE `ods_t_test` ( `unit_no` varchar(30) DEFAULT NULL COMMENT '', `unit_name` varchar(30) DEFAULT NULL COMMENT '', `price` decimal(12,2) DEFAULT NULL COMMENT '' -)ENGINE=OLAP -UNIQUE KEY(id`, `order_code`) +)ENGINE=OLAP +UNIQUE KEY(`id`, `order_code`) DISTRIBUTED BY HASH(`order_code`) BUCKETS 1 PROPERTIES ( "replication_allocation" = "tag.location.default: 3", diff --git a/docs/zh-CN/docs/ecosystem/datax.md b/docs/zh-CN/docs/ecosystem/datax.md index 1497038c3c..feb8429d3f 100644 --- a/docs/zh-CN/docs/ecosystem/datax.md +++ b/docs/zh-CN/docs/ecosystem/datax.md @@ -133,8 +133,8 @@ CREATE TABLE `ods_t_test` ( `unit_no` varchar(30) DEFAULT NULL COMMENT '', `unit_name` varchar(30) DEFAULT NULL COMMENT '', `price` decimal(12,2) DEFAULT NULL COMMENT '' -)ENGINE=OLAP -UNIQUE KEY(id`, `order_code`) +)ENGINE=OLAP +UNIQUE KEY(`id`, `order_code`) DISTRIBUTED BY HASH(`order_code`) BUCKETS 1 PROPERTIES ( "replication_allocation" = "tag.location.default: 3", --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org