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-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 732fb046e0b Update duplicate.md (#2597)
732fb046e0b is described below

commit 732fb046e0ba9678d641e372c05c7b70ddb95737
Author: ghosx <[email protected]>
AuthorDate: Fri Jul 4 20:15:37 2025 +0800

    Update duplicate.md (#2597)
---
 .../version-2.1/table-design/data-model/duplicate.md                    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/table-design/data-model/duplicate.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/table-design/data-model/duplicate.md
index 5d1efdde688..29b23e5a86a 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/table-design/data-model/duplicate.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/table-design/data-model/duplicate.md
@@ -43,7 +43,7 @@ DISTRIBUTED BY HASH(log_type) BUCKETS 10;
 
 ## 数据插入与存储
 
-在明细表中,数据不进行去重与聚合,插入数据即存储数据。明细模型中 Key 列指做为排序。
+在明细表中,数据不进行去重与聚合,插入数据即存储数据。明细模型中 Key 列只作为排序。
 
 ![columnar_storage](/images/table-desigin/duplicate-table-insert.png)
 


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

Reply via email to