This is an automated email from the ASF dual-hosted git repository.
morningman 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 630f161545f [doc] release-2.1.2 EN: backfill two Auto Partition
behavior changes (#3778)
630f161545f is described below
commit 630f161545f95d81a4912aa9033146bec75bf17e
Author: boluor <[email protected]>
AuthorDate: Wed May 27 19:17:31 2026 -0700
[doc] release-2.1.2 EN: backfill two Auto Partition behavior changes (#3778)
## Summary
The zh \`release-2.1.2\` page lists four entries under \"Behavior
Changed\", the EN page only two. The two missing items are about Auto
Partition and were already documented in zh:
- **Auto Partition syntax change** (apache/doris#32737) — link to the
auto-partitioning doc for the new syntax.
- **Auto Partition is no longer allowed to coexist with Dynamic
Partition** on the same table (apache/doris#33736).
Both are real upstream changes that landed in 2.1.2; port them over to
EN so the two release notes are in parity.
## Test plan
- [x] EN and zh now list the same four Behavior Changed items, in the
same order
- [x] PR-ref set (unique) on EN matches what zh references
---------
Co-authored-by: Claude Opus 4.7 (1M context) <[email protected]>
---
releasenotes/v2.1/release-2.1.2.md | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/releasenotes/v2.1/release-2.1.2.md
b/releasenotes/v2.1/release-2.1.2.md
index b67ec59c93c..4f326c13f75 100644
--- a/releasenotes/v2.1/release-2.1.2.md
+++ b/releasenotes/v2.1/release-2.1.2.md
@@ -18,6 +18,14 @@
- https://github.com/apache/doris/pull/33282
+3. Auto Partition syntax changes, see the
[documentation](https://doris.apache.org/docs/2.1/table-design/data-partitioning/auto-partitioning)
for details.
+
+ - https://github.com/apache/doris/pull/32737
+
+4. Auto Partition is no longer allowed to coexist with Dynamic Partition on
the same table.
+
+ - https://github.com/apache/doris/pull/33736
+
## Upgrade Problem
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]