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 4dbb93b569 [Fix](auto-partition) add more details of behaviour changes
on release notes (#674)
4dbb93b569 is described below
commit 4dbb93b569fab29c25cc13d2abb515ad8dbd0668
Author: zclllyybb <[email protected]>
AuthorDate: Wed May 22 09:22:59 2024 +0800
[Fix](auto-partition) add more details of behaviour changes on release
notes (#674)
---
blog/release-note-2.1.0.md | 2 +-
blog/release-note-2.1.2.md | 7 +++++++
.../current/releasenotes/release-2.1.0.md | 2 +-
.../current/releasenotes/release-2.1.2.md | 8 ++++++++
4 files changed, 17 insertions(+), 2 deletions(-)
diff --git a/blog/release-note-2.1.0.md b/blog/release-note-2.1.0.md
index 7949179058..3d9bb30201 100644
--- a/blog/release-note-2.1.0.md
+++ b/blog/release-note-2.1.0.md
@@ -407,7 +407,7 @@ PROPERTIES (
:::
:::note
-See doc: https://doris.apache.org/docs/advanced/partition/auto-partition/
+See doc:
https://doris.apache.org/zh-CN/docs/table-design/data-partition#%E8%87%AA%E5%8A%A8%E5%88%86%E5%8C%BA
:::
### 100% faster INSERT INTO SELECT
diff --git a/blog/release-note-2.1.2.md b/blog/release-note-2.1.2.md
index 9bdce3f902..122ced0d67 100644
--- a/blog/release-note-2.1.2.md
+++ b/blog/release-note-2.1.2.md
@@ -44,6 +44,13 @@ Dear community, Apache Doris 2.1.2 has been officially
released on April 12, 202
- https://github.com/apache/doris/pull/33282
+3. Auto Partition syntax changes, see
https://doris.apache.org/zh-CN/docs/table-design/data-partition#%E8%87%AA%E5%8A%A8%E5%88%86%E5%8C%BA
+
+- https://github.com/apache/doris/pull/32737
+
+4. Auto Partition prohibits the simultaneous use of Dynamic Partition on a
single table.
+
+- https://github.com/apache/doris/pull/33736
## Upgrade Problem
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/releasenotes/release-2.1.0.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/releasenotes/release-2.1.0.md
index 692ab8418d..652c56898f 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/releasenotes/release-2.1.0.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/releasenotes/release-2.1.0.md
@@ -416,7 +416,7 @@ PROPERTIES (
:::
:::note
-参考文档:https://doris.apache.org/zh-CN/docs/advanced/partition/auto-partition/
+参考文档:https://doris.apache.org/zh-CN/docs/table-design/data-partition#%E8%87%AA%E5%8A%A8%E5%88%86%E5%8C%BA
:::
### INSERT INTO SELECT 导入性能提升 100%
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/releasenotes/release-2.1.2.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/releasenotes/release-2.1.2.md
index 38db6a81c8..96b7c849d3 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/releasenotes/release-2.1.2.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/releasenotes/release-2.1.2.md
@@ -40,6 +40,14 @@ under the License.
- https://github.com/apache/doris/pull/33282
+3. Auto Partition 语法变化,详见
https://doris.apache.org/zh-CN/docs/table-design/data-partition#%E8%87%AA%E5%8A%A8%E5%88%86%E5%8C%BA
+
+- https://github.com/apache/doris/pull/32737
+
+4. Auto Partition 禁止和 Dynamic Partition 同时作用在一张表上
+
+- https://github.com/apache/doris/pull/33736
+
## 2 升级问题
1. 修复正常 Workload Group 从 2.0 或者更早版本升级到 2.1 时没有默认创建的问题。
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]