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 156c8faac5 [typo](doc)deleted the space which broke the word model 
(#19991)
156c8faac5 is described below

commit 156c8faac58525c0913f3f6c518f43ce22e32286
Author: Bin <[email protected]>
AuthorDate: Thu May 25 08:22:41 2023 +0800

    [typo](doc)deleted the space which broke the word model (#19991)
---
 docs/en/docs/data-table/data-model.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/en/docs/data-table/data-model.md 
b/docs/en/docs/data-table/data-model.md
index 352620a1af..bc581e0629 100644
--- a/docs/en/docs/data-table/data-model.md
+++ b/docs/en/docs/data-table/data-model.md
@@ -435,7 +435,7 @@ PROPERTIES (
 
 Different from the Aggregate and Unique Models, the Duplicate Model stores the 
data as they are and executes no aggregation. Even if there are two identical 
rows of data, they will both be retained. The DUPLICATE KEY in the CREATE TABLE 
statement is only used to specify based on which columns the data are sorted. 
(A more appropriate name than DUPLICATE KEY would be SORTING COLUMN, but it is 
named as such to specify the data model used. For more information, see [Prefix 
Index](https://dor [...]
 
-The Duplicate Mode l is suitable for storing raw data without aggregation 
requirements or primary key uniqueness constraints. For more usage scenarios, 
see the [Limitations of Aggregate Model](#Limitations of Aggregate Model) 
section.
+The Duplicate Model is suitable for storing raw data without aggregation 
requirements or primary key uniqueness constraints. For more usage scenarios, 
see the [Limitations of Aggregate Model](#Limitations of Aggregate Model) 
section.
 
 ## Limitations of Aggregate Model
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to