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 d94248244cc Update aggregate.md (#2220)
d94248244cc is described below

commit d94248244cccc0db3abd4088558129578081a104
Author: Charlie-x233 <[email protected]>
AuthorDate: Wed Apr 23 19:44:00 2025 +0800

    Update aggregate.md (#2220)
    
    缺少一个'、'
    
    ## Versions
    
    - [ ] dev
    - [ ] 3.0
    - [x] 2.1
    - [ ] 2.0
    
    ## Languages
    
    - [x] Chinese
    - [ ] English
    
    ## Docs Checklist
    
    - [x] Checked by AI
    - [ ] Test Cases Built
---
 .../version-2.1/table-design/data-model/aggregate.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/aggregate.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/table-design/data-model/aggregate.md
index ef737b4b25e..e48e64bbc16 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
@@ -135,7 +135,7 @@ AGGREGATE KEY(k1)
 DISTRIBUTED BY HASH(k1) BUCKETS 3;
 ```
 
-在此示例中,`agg_state` 用于声明数据类型,`sum/group_concat` 为聚合函数签名。agg_state 是一种数据类型,类似于 
int、array、string。agg_state 只能与 
[state](../../sql-manual/sql-functions/combinators/state)、[merge](../../sql-manual/sql-functions/combinators/merge)[union](../../sql-manual/sql-functions/combinators/union)
 函数组合器配合使用。它表示聚合函数的中间结果,例如 `group_concat` 的中间状态,而非最终结果。
+在此示例中,`agg_state` 用于声明数据类型,`sum/group_concat` 为聚合函数签名。agg_state 是一种数据类型,类似于 
int、array、string。agg_state 只能与 
[state](../../sql-manual/sql-functions/combinators/state)、[merge](../../sql-manual/sql-functions/combinators/merge)、[union](../../sql-manual/sql-functions/combinators/union)
 函数组合器配合使用。它表示聚合函数的中间结果,例如 `group_concat` 的中间状态,而非最终结果。
 
 agg_state 类型需要使用 state 函数来生成,对于当前的这个表,需要使用 `group_concat_state`:
 


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

Reply via email to