This is an automated email from the ASF dual-hosted git repository.
diwu pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.0 by this push:
new 6a8b831a518 [typo](doc) delete error description in
window-function-avg docs 2.0 (#29730)
6a8b831a518 is described below
commit 6a8b831a518f2e4d9e4b4e60f76575e8ead59743
Author: ZhenchaoXu <[email protected]>
AuthorDate: Thu Mar 7 18:33:49 2024 +0800
[typo](doc) delete error description in window-function-avg docs 2.0
(#29730)
---
.../sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-AVG.md | 2 +-
.../sql-manual/sql-functions/window-functions/window-function-avg.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git
a/docs/en/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-AVG.md
b/docs/en/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-AVG.md
index b7626b64d10..22a48eee387 100644
---
a/docs/en/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-AVG.md
+++
b/docs/en/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-AVG.md
@@ -17,7 +17,7 @@ Unless required by applicable law or agreed to in writing,
software distributed
Calculate the mean of the data within the window
```sql
-AVG([DISTINCT | ALL] *expression*) [OVER (*analytic_clause*)]
+AVG([ALL] *expression*) [OVER (*analytic_clause*)]
```
### example
diff --git
a/docs/zh-CN/docs/sql-manual/sql-functions/window-functions/window-function-avg.md
b/docs/zh-CN/docs/sql-manual/sql-functions/window-functions/window-function-avg.md
index 48a50f30ed0..92bfac006e3 100644
---
a/docs/zh-CN/docs/sql-manual/sql-functions/window-functions/window-function-avg.md
+++
b/docs/zh-CN/docs/sql-manual/sql-functions/window-functions/window-function-avg.md
@@ -17,7 +17,7 @@ Unless required by applicable law or agreed to in writing,
software distributed
计算窗口内数据的平均值
```sql
-AVG([DISTINCT | ALL] *expression*) [OVER (*analytic_clause*)]
+AVG([ALL] *expression*) [OVER (*analytic_clause*)]
```
### example
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]