This is an automated email from the ASF dual-hosted git repository.
morrysnow 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 b4377911fdb [doc](mtmv)fix doc char2 bug (#32271)
b4377911fdb is described below
commit b4377911fdb18a84d58c0d4c6035dff2b031a183
Author: zhangdong <[email protected]>
AuthorDate: Fri Mar 15 10:27:55 2024 +0800
[doc](mtmv)fix doc char2 bug (#32271)
---
.../async-materialized-view/async-materialized-view.md | 6 +++---
.../async-materialized-view/async-materialized-view.md | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git
a/docs/en/docs/query-acceleration/async-materialized-view/async-materialized-view.md
b/docs/en/docs/query-acceleration/async-materialized-view/async-materialized-view.md
index e2f35c0e3f3..58ca28e8da3 100644
---
a/docs/en/docs/query-acceleration/async-materialized-view/async-materialized-view.md
+++
b/docs/en/docs/query-acceleration/async-materialized-view/async-materialized-view.md
@@ -52,9 +52,9 @@ CREATE TABLE IF NOT EXISTS orders (
PROPERTIES ("replication_num" = "1");
insert into orders values
- (1, 1, 'ok', 99.5, '2023-10-17', 'a', 'b', 1, 'yy'),
- (2, 2, 'ok', 109.2, '2023-10-18', 'c','d',2, 'mm'),
- (3, 3, 'ok', 99.5, '2023-10-19', 'a', 'b', 1, 'yy');
+ (1, 1, 'o', 99.5, '2023-10-17', 'a', 'b', 1, 'yy'),
+ (2, 2, 'o', 109.2, '2023-10-18', 'c','d',2, 'mm'),
+ (3, 3, 'o', 99.5, '2023-10-19', 'a', 'b', 1, 'yy');
CREATE TABLE IF NOT EXISTS lineitem (
l_orderkey integer not null,
diff --git
a/docs/zh-CN/docs/query-acceleration/async-materialized-view/async-materialized-view.md
b/docs/zh-CN/docs/query-acceleration/async-materialized-view/async-materialized-view.md
index 6f21206f02b..9f796628421 100644
---
a/docs/zh-CN/docs/query-acceleration/async-materialized-view/async-materialized-view.md
+++
b/docs/zh-CN/docs/query-acceleration/async-materialized-view/async-materialized-view.md
@@ -52,9 +52,9 @@ CREATE TABLE IF NOT EXISTS orders (
PROPERTIES ("replication_num" = "1");
insert into orders values
- (1, 1, 'ok', 99.5, '2023-10-17', 'a', 'b', 1, 'yy'),
- (2, 2, 'ok', 109.2, '2023-10-18', 'c','d',2, 'mm'),
- (3, 3, 'ok', 99.5, '2023-10-19', 'a', 'b', 1, 'yy');
+ (1, 1, 'o', 99.5, '2023-10-17', 'a', 'b', 1, 'yy'),
+ (2, 2, 'o', 109.2, '2023-10-18', 'c','d',2, 'mm'),
+ (3, 3, 'o', 99.5, '2023-10-19', 'a', 'b', 1, 'yy');
CREATE TABLE IF NOT EXISTS lineitem (
l_orderkey integer not null,
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]