This is an automated email from the ASF dual-hosted git repository.
luzhijing 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 536b2c45dfb9 [typo](docs) fix spelling error of double in
release-2.0.3.md (#434)
536b2c45dfb9 is described below
commit 536b2c45dfb9a80be662a0237fae4c7a6a149972
Author: Wanghuan <[email protected]>
AuthorDate: Wed Mar 20 22:43:11 2024 +0800
[typo](docs) fix spelling error of double in release-2.0.3.md (#434)
---
docs/releasenotes/release-2.0.3.md | 4 ++--
.../version-2.0/releasenotes/release-2.0.3.md | 2 +-
.../version-2.1/releasenotes/release-2.0.3.md | 2 +-
versioned_docs/version-2.0/releasenotes/release-2.0.3.md | 2 +-
versioned_docs/version-2.1/releasenotes/release-2.0.3.md | 4 ++--
5 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/docs/releasenotes/release-2.0.3.md
b/docs/releasenotes/release-2.0.3.md
index 2c7b95b14330..56edd5a3a211 100644
--- a/docs/releasenotes/release-2.0.3.md
+++ b/docs/releasenotes/release-2.0.3.md
@@ -148,7 +148,7 @@ Distributed replica management improvements include
skipping partition deletion,
- Fix the problem of BE crash caused by repeated expressions in the group by
statement
- Fix be crash when there are duplicate expressions in `group by` statements.
- https://github.com/apache/doris/pull/27523
-- Disables the float/doubld type in the `group by` clause when a view is
created.
+- Disables the float/double type in the `group by` clause when a view is
created.
- https://github.com/apache/doris/pull/25823
- Improve the function of select query matching materialized view
- https://github.com/apache/doris/pull/24691
@@ -253,4 +253,4 @@ Distributed replica management improvements include
skipping partition deletion,
- https://github.com/apache/doris/pull/28205
-See the complete list of improvements and bug fixes on [github
dev/2.0.3-merged](https://github.com/apache/doris/issues?q=label%3Adev%2F2.0.3-merged+is%3Aclosed)
.
\ No newline at end of file
+See the complete list of improvements and bug fixes on [github
dev/2.0.3-merged](https://github.com/apache/doris/issues?q=label%3Adev%2F2.0.3-merged+is%3Aclosed)
.
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/releasenotes/release-2.0.3.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/releasenotes/release-2.0.3.md
index 23c41b36178f..6442a1ccdf72 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/releasenotes/release-2.0.3.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/releasenotes/release-2.0.3.md
@@ -161,7 +161,7 @@ under the License.
- 修复 group by 语句中包括重复表达式导致 BE crash 的问题
- https://github.com/apache/doris/pull/27523
-- 禁止视图创建时 group by 子句中使用 float/doubld 类型
+- 禁止视图创建时 group by 子句中使用 float/double 类型
- https://github.com/apache/doris/pull/25823
- 增强支持了 select 查询命中物化视图的功能
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/releasenotes/release-2.0.3.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/releasenotes/release-2.0.3.md
index 23c41b36178f..6442a1ccdf72 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/releasenotes/release-2.0.3.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/releasenotes/release-2.0.3.md
@@ -161,7 +161,7 @@ under the License.
- 修复 group by 语句中包括重复表达式导致 BE crash 的问题
- https://github.com/apache/doris/pull/27523
-- 禁止视图创建时 group by 子句中使用 float/doubld 类型
+- 禁止视图创建时 group by 子句中使用 float/double 类型
- https://github.com/apache/doris/pull/25823
- 增强支持了 select 查询命中物化视图的功能
diff --git a/versioned_docs/version-2.0/releasenotes/release-2.0.3.md
b/versioned_docs/version-2.0/releasenotes/release-2.0.3.md
index dafff99d1866..56edd5a3a211 100644
--- a/versioned_docs/version-2.0/releasenotes/release-2.0.3.md
+++ b/versioned_docs/version-2.0/releasenotes/release-2.0.3.md
@@ -148,7 +148,7 @@ Distributed replica management improvements include
skipping partition deletion,
- Fix the problem of BE crash caused by repeated expressions in the group by
statement
- Fix be crash when there are duplicate expressions in `group by` statements.
- https://github.com/apache/doris/pull/27523
-- Disables the float/doubld type in the `group by` clause when a view is
created.
+- Disables the float/double type in the `group by` clause when a view is
created.
- https://github.com/apache/doris/pull/25823
- Improve the function of select query matching materialized view
- https://github.com/apache/doris/pull/24691
diff --git a/versioned_docs/version-2.1/releasenotes/release-2.0.3.md
b/versioned_docs/version-2.1/releasenotes/release-2.0.3.md
index 2c7b95b14330..56edd5a3a211 100644
--- a/versioned_docs/version-2.1/releasenotes/release-2.0.3.md
+++ b/versioned_docs/version-2.1/releasenotes/release-2.0.3.md
@@ -148,7 +148,7 @@ Distributed replica management improvements include
skipping partition deletion,
- Fix the problem of BE crash caused by repeated expressions in the group by
statement
- Fix be crash when there are duplicate expressions in `group by` statements.
- https://github.com/apache/doris/pull/27523
-- Disables the float/doubld type in the `group by` clause when a view is
created.
+- Disables the float/double type in the `group by` clause when a view is
created.
- https://github.com/apache/doris/pull/25823
- Improve the function of select query matching materialized view
- https://github.com/apache/doris/pull/24691
@@ -253,4 +253,4 @@ Distributed replica management improvements include
skipping partition deletion,
- https://github.com/apache/doris/pull/28205
-See the complete list of improvements and bug fixes on [github
dev/2.0.3-merged](https://github.com/apache/doris/issues?q=label%3Adev%2F2.0.3-merged+is%3Aclosed)
.
\ No newline at end of file
+See the complete list of improvements and bug fixes on [github
dev/2.0.3-merged](https://github.com/apache/doris/issues?q=label%3Adev%2F2.0.3-merged+is%3Aclosed)
.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]