docs: document ALTER ROUTINE LOAD property changes#3988
Open
0AyanamiRei wants to merge 3 commits into
Open
Conversation
16 tasks
0AyanamiRei
marked this pull request as ready for review
July 16, 2026 07:18
0AyanamiRei
added a commit
to 0AyanamiRei/doris
that referenced
this pull request
Jul 19, 2026
### What problem does this PR solve? Issue Number: N/A Related PR: apache#64878 Problem Summary: Keep ALTER ROUTINE LOAD target-table switching composable with existing job and Kafka/Kinesis data-source properties while removing unrelated Kafka ALTER atomicity, Cloud progress staging, partial-update compatibility, and RoutineLoadDesc persistence changes from this PR. ### Release note ALTER ROUTINE LOAD supports SET TARGET TABLE together with supported job and Kafka/Kinesis data-source properties. ### Check List (For Author) - Test: - Unit Test: Focused Routine Load FE UT, 34 tests passed - Build: ./build.sh --fe -j48 - Regression test: Added Kafka end-to-end coverage; not run locally because an isolated FE/BE/Kafka cluster was not started - Behavior changed: Yes. Paused single-table Kafka and Kinesis Routine Load jobs can switch target tables while preserving progress. - Does this need documentation: Yes. apache/doris-website#3988
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
ALTER ROUTINE LOAD ... SET TARGET TABLEsyntax introduced by [feature](routineload) Add routine load target-table alter support doris#64878 and its Kafka-only target-table constraint.Related PR
Version scope
This feature targets the Doris
masterbranch, so this PR updates only the current/dev English, Chinese, and Japanese pages. The 4.x, 3.x, and 2.1 versioned pages are intentionally unchanged.Validation
git diff --checknode scripts/docs-governance/report.js --changed --format github(exit code 0; Japanese update reports 0 findings)Versions
Languages
Docs Checklist