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

kassiez 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 1c555581fc7 [fix] Fix aggregate model case typo (#1886)
1c555581fc7 is described below

commit 1c555581fc7f24f803438767c383d950e0f65091
Author: KassieZ <139741991+kass...@users.noreply.github.com>
AuthorDate: Tue Feb 18 10:24:10 2025 +0800

    [fix] Fix aggregate model case typo (#1886)
    
    ## Versions
    
    - [ ] dev
    - [ ] 3.0
    - [ ] 2.1
    - [ ] 2.0
    
    ## Languages
    
    - [ ] Chinese
    - [ ] English
    
    ## Docs Checklist
    
    - [ ] Checked by AI
    - [ ] Test Cases Built
---
 docs/table-design/data-model/aggregate.md                               | 2 +-
 .../current/table-design/data-model/aggregate.md                        | 2 +-
 .../version-2.1/table-design/data-model/aggregate.md                    | 2 +-
 .../version-3.0/table-design/data-model/aggregate.md                    | 2 +-
 versioned_docs/version-2.1/table-design/data-model/aggregate.md         | 2 +-
 versioned_docs/version-3.0/table-design/data-model/aggregate.md         | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/table-design/data-model/aggregate.md 
b/docs/table-design/data-model/aggregate.md
index 20fe8b8baee..be4706c1fae 100644
--- a/docs/table-design/data-model/aggregate.md
+++ b/docs/table-design/data-model/aggregate.md
@@ -69,7 +69,7 @@ CREATE TABLE IF NOT EXISTS example_tbl_agg
     cost                BIGINT      SUM DEFAULT "0",
     max_dwell           INT         MAX DEFAULT "0",
 )
-AGGREGATE KEY(user_id, date, city)
+AGGREGATE KEY(user_id, load_dt, city)
 DISTRIBUTED BY HASH(user_id) BUCKETS 10;
 ```
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/table-design/data-model/aggregate.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/table-design/data-model/aggregate.md
index 79036e7c5f8..665c93b5b2d 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/table-design/data-model/aggregate.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/table-design/data-model/aggregate.md
@@ -68,7 +68,7 @@ CREATE TABLE IF NOT EXISTS example_tbl_agg
     cost                BIGINT      SUM DEFAULT "0",
     max_dwell           INT         MAX DEFAULT "0",
 )
-AGGREGATE KEY(user_id, date, city)
+AGGREGATE KEY(user_id, load_dt, city)
 DISTRIBUTED BY HASH(user_id) BUCKETS 10;
 ```
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/table-design/data-model/aggregate.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/table-design/data-model/aggregate.md
index 79036e7c5f8..665c93b5b2d 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/table-design/data-model/aggregate.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/table-design/data-model/aggregate.md
@@ -68,7 +68,7 @@ CREATE TABLE IF NOT EXISTS example_tbl_agg
     cost                BIGINT      SUM DEFAULT "0",
     max_dwell           INT         MAX DEFAULT "0",
 )
-AGGREGATE KEY(user_id, date, city)
+AGGREGATE KEY(user_id, load_dt, city)
 DISTRIBUTED BY HASH(user_id) BUCKETS 10;
 ```
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/table-design/data-model/aggregate.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/table-design/data-model/aggregate.md
index 79036e7c5f8..665c93b5b2d 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/table-design/data-model/aggregate.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/table-design/data-model/aggregate.md
@@ -68,7 +68,7 @@ CREATE TABLE IF NOT EXISTS example_tbl_agg
     cost                BIGINT      SUM DEFAULT "0",
     max_dwell           INT         MAX DEFAULT "0",
 )
-AGGREGATE KEY(user_id, date, city)
+AGGREGATE KEY(user_id, load_dt, city)
 DISTRIBUTED BY HASH(user_id) BUCKETS 10;
 ```
 
diff --git a/versioned_docs/version-2.1/table-design/data-model/aggregate.md 
b/versioned_docs/version-2.1/table-design/data-model/aggregate.md
index 20fe8b8baee..be4706c1fae 100644
--- a/versioned_docs/version-2.1/table-design/data-model/aggregate.md
+++ b/versioned_docs/version-2.1/table-design/data-model/aggregate.md
@@ -69,7 +69,7 @@ CREATE TABLE IF NOT EXISTS example_tbl_agg
     cost                BIGINT      SUM DEFAULT "0",
     max_dwell           INT         MAX DEFAULT "0",
 )
-AGGREGATE KEY(user_id, date, city)
+AGGREGATE KEY(user_id, load_dt, city)
 DISTRIBUTED BY HASH(user_id) BUCKETS 10;
 ```
 
diff --git a/versioned_docs/version-3.0/table-design/data-model/aggregate.md 
b/versioned_docs/version-3.0/table-design/data-model/aggregate.md
index 20fe8b8baee..be4706c1fae 100644
--- a/versioned_docs/version-3.0/table-design/data-model/aggregate.md
+++ b/versioned_docs/version-3.0/table-design/data-model/aggregate.md
@@ -69,7 +69,7 @@ CREATE TABLE IF NOT EXISTS example_tbl_agg
     cost                BIGINT      SUM DEFAULT "0",
     max_dwell           INT         MAX DEFAULT "0",
 )
-AGGREGATE KEY(user_id, date, city)
+AGGREGATE KEY(user_id, load_dt, city)
 DISTRIBUTED BY HASH(user_id) BUCKETS 10;
 ```
 


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

Reply via email to