[doc] release-2.1.2 EN: backfill two Auto Partition behavior changes#3778
Open
boluor wants to merge 2 commits into
Open
[doc] release-2.1.2 EN: backfill two Auto Partition behavior changes#3778boluor wants to merge 2 commits into
boluor wants to merge 2 commits into
Conversation
The zh page lists four Behavior Changes for 2.1.2, the EN page only two. The two missing items are about Auto Partition and were already noted in the zh page: - 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). These are real upstream changes that landed in 2.1.2 and that the zh release note already documents — port them over to EN. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
The relative path `../../table-design/data-partitioning/auto-partitioning.md` doesn't resolve from the release-notes tree (release notes live under `releasenotes/v2.1/`, the docs live under `docs/` or `versioned_docs/version-2.1/`, so `../../` goes nowhere useful). Build Check flagged it as 'Internal link target does not exist'. Switch to the absolute URL convention used elsewhere in release notes. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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:
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