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 b16bf893993 [Fix] fix skewness example result (#1920) b16bf893993 is described below commit b16bf8939935964ce96307814e0f16a2146e0e7e Author: zhiqiang <hezhiqi...@selectdb.com> AuthorDate: Wed Feb 5 10:17:51 2025 +0800 [Fix] fix skewness example result (#1920) --- docs/sql-manual/sql-functions/aggregate-functions/skew.md | 10 +++++----- .../sql-manual/sql-functions/aggregate-functions/skew.md | 10 +++++----- .../sql-manual/sql-functions/aggregate-functions/skew.md | 10 +++++----- .../sql-manual/sql-functions/aggregate-functions/skew.md | 10 +++++----- 4 files changed, 20 insertions(+), 20 deletions(-) diff --git a/docs/sql-manual/sql-functions/aggregate-functions/skew.md b/docs/sql-manual/sql-functions/aggregate-functions/skew.md index 6b05a54dbbe..b554e6456a8 100644 --- a/docs/sql-manual/sql-functions/aggregate-functions/skew.md +++ b/docs/sql-manual/sql-functions/aggregate-functions/skew.md @@ -78,11 +78,11 @@ FROM statistic_test; ``` ```text -+--------------------+--------------------+ -| skew(val1) | skew(val2) | -+--------------------+--------------------+ -| 1.4337199628825619 | 1.1543940205711711 | -+--------------------+--------------------+ ++--------------------+------------+ +| skew(val1) | skew(val2) | ++--------------------+------------+ +| 1.4337199628825619 | 0 | ++--------------------+------------+ ``` ```sql diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-functions/aggregate-functions/skew.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-functions/aggregate-functions/skew.md index 4f36d3ec28e..9e3fa8b09f4 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-functions/aggregate-functions/skew.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-functions/aggregate-functions/skew.md @@ -78,11 +78,11 @@ FROM statistic_test; ``` ```text -+--------------------+--------------------+ -| skew(val1) | skew(val2) | -+--------------------+--------------------+ -| 1.4337199628825619 | 1.1543940205711711 | -+--------------------+--------------------+ ++--------------------+------------+ +| skew(val1) | skew(val2) | ++--------------------+------------+ +| 1.4337199628825619 | 0 | ++--------------------+------------+ ``` ```sql diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/sql-manual/sql-functions/aggregate-functions/skew.md b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/sql-manual/sql-functions/aggregate-functions/skew.md index 4f36d3ec28e..9e3fa8b09f4 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/sql-manual/sql-functions/aggregate-functions/skew.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/sql-manual/sql-functions/aggregate-functions/skew.md @@ -78,11 +78,11 @@ FROM statistic_test; ``` ```text -+--------------------+--------------------+ -| skew(val1) | skew(val2) | -+--------------------+--------------------+ -| 1.4337199628825619 | 1.1543940205711711 | -+--------------------+--------------------+ ++--------------------+------------+ +| skew(val1) | skew(val2) | ++--------------------+------------+ +| 1.4337199628825619 | 0 | ++--------------------+------------+ ``` ```sql diff --git a/versioned_docs/version-3.0/sql-manual/sql-functions/aggregate-functions/skew.md b/versioned_docs/version-3.0/sql-manual/sql-functions/aggregate-functions/skew.md index 6b05a54dbbe..b554e6456a8 100644 --- a/versioned_docs/version-3.0/sql-manual/sql-functions/aggregate-functions/skew.md +++ b/versioned_docs/version-3.0/sql-manual/sql-functions/aggregate-functions/skew.md @@ -78,11 +78,11 @@ FROM statistic_test; ``` ```text -+--------------------+--------------------+ -| skew(val1) | skew(val2) | -+--------------------+--------------------+ -| 1.4337199628825619 | 1.1543940205711711 | -+--------------------+--------------------+ ++--------------------+------------+ +| skew(val1) | skew(val2) | ++--------------------+------------+ +| 1.4337199628825619 | 0 | ++--------------------+------------+ ``` ```sql --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org