This is an automated email from the ASF dual-hosted git repository.

yiguolei 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 9a99d6cd7e [improvement-#19739]statement error in data-model (#19740)
9a99d6cd7e is described below

commit 9a99d6cd7e3aabc47269ccf111f7c1ec430c5e62
Author: fuchanghai <33984497+fuchang...@users.noreply.github.com>
AuthorDate: Thu May 18 12:07:01 2023 +0800

    [improvement-#19739]statement error in data-model (#19740)
    
    Co-authored-by: fuchanghai <‘2875334...@qq.com’>
---
 docs/zh-CN/docs/data-table/data-model.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/zh-CN/docs/data-table/data-model.md 
b/docs/zh-CN/docs/data-table/data-model.md
index d4f8daec29..88f662e31e 100644
--- a/docs/zh-CN/docs/data-table/data-model.md
+++ b/docs/zh-CN/docs/data-table/data-model.md
@@ -33,7 +33,7 @@ under the License.
 在 Doris 中,数据以表(Table)的形式进行逻辑上的描述。
 一张表包括行(Row)和列(Column)。Row 即用户的一行数据。Column 用于描述一行数据中不同的字段。
 
-Column 可以分为两大类:Key 和 Value。从业务角度看,Key 和 Value 
可以分别对应维度列和指标列。Doris的key列是建表语句中指定的列,建表语句中的关键字'unique key'或'aggregate 
key'或'duplicate key'后面的列就是 Key 列,除了 Key 列剩下的就是 Value a列。
+Column 可以分为两大类:Key 和 Value。从业务角度看,Key 和 Value 
可以分别对应维度列和指标列。Doris的key列是建表语句中指定的列,建表语句中的关键字'unique key'或'aggregate 
key'或'duplicate key'后面的列就是 Key 列,除了 Key 列剩下的就是 Value 列。
 
 Doris 的数据模型主要分为3类:
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to