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 2cc5f77 Corrected a typo in the Chinese document (#5978)
2cc5f77 is described below
commit 2cc5f776ce5bf63198c2ebef7375d6fdb5a7d28d
Author: 姬小野 <[email protected]>
AuthorDate: Tue Jun 8 16:44:25 2021 +0800
Corrected a typo in the Chinese document (#5978)
---
docs/zh-CN/getting-started/data-model-rollup.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/zh-CN/getting-started/data-model-rollup.md
b/docs/zh-CN/getting-started/data-model-rollup.md
index 9904439..f442904 100644
--- a/docs/zh-CN/getting-started/data-model-rollup.md
+++ b/docs/zh-CN/getting-started/data-model-rollup.md
@@ -341,7 +341,7 @@ ROLLUP 在多维分析中是“上卷”的意思,即将数据按某种指定
### 基本概念
-在 Doris 中,我们将用户通过建表语句创建出来的表成为 Base 表(Base Table)。Base 表中保存着按用户建表语句指定的方式存储的基础数据。
+在 Doris 中,我们将用户通过建表语句创建出来的表称为 Base 表(Base Table)。Base 表中保存着按用户建表语句指定的方式存储的基础数据。
在 Base 表之上,我们可以创建任意多个 ROLLUP 表。这些 ROLLUP 的数据是基于 Base 表产生的,并且在物理上是**独立存储**的。
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]