Skip to content

docs: document ALTER ROUTINE LOAD property changes#3988

Open
0AyanamiRei wants to merge 3 commits into
apache:masterfrom
0AyanamiRei:agent/document-routine-load-alter
Open

docs: document ALTER ROUTINE LOAD property changes#3988
0AyanamiRei wants to merge 3 commits into
apache:masterfrom
0AyanamiRei:agent/document-routine-load-alter

Conversation

@0AyanamiRei

@0AyanamiRei 0AyanamiRei commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Document the ALTER ROUTINE LOAD ... SET TARGET TABLE syntax introduced by [feature](routineload) Add routine load target-table alter support doris#64878 and its Kafka-only target-table constraint.
  • Use a concise reference structure covering the description, syntax, supported job and Kafka property names, access control, and common examples.
  • Keep the current English, Chinese, and Japanese documentation aligned.

Related PR

Version scope

This feature targets the Doris master branch, 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 --check
  • node scripts/docs-governance/report.js --changed --format github (exit code 0; Japanese update reports 0 findings)
  • Independent source-based review of the English, Chinese, and Japanese content

Versions

  • dev
  • 4.x
  • 3.x
  • 2.1 or older (not covered by version/language sync gate)

Languages

  • Chinese
  • English
  • Japanese

Docs Checklist

  • Checked by AI
  • Test Cases Built
  • Updated required version and language counterparts, or explained why not
  • If only one language changed, confirmed whether source/translation counterparts need sync

@0AyanamiRei
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant