suxiaogang223 opened a new pull request, #66809:
URL: https://github.com/apache/doris/pull/66809
### What problem does this PR solve?
Issue Number: None
Related PR: #66685
Problem Summary:
The external table sink hash-routing feature is being developed on
`branch-4.1` in #66685 and cannot land on master yet. BE execution versions
must not fork across release branches, so version 12 needs to be reserved on
master before the branch-4.1 implementation is merged.
This PR advances the maximum BE execution version from 11 to 12 and defines
`SUPPORT_EXTERNAL_TABLE_SINK_HASH_VERSION`. It intentionally does not bring the
external sink routing implementation to master.
### Release note
None
### Check List (For Author)
- Test
- [ ] Regression test
- [ ] Unit Test
- [ ] Manual test
- [x] No need to test. This PR only reserves the compatibility version;
compilation and tests were intentionally skipped.
- Behavior changed:
- [ ] No.
- [x] Yes. The maximum BE execution version advances from 11 to 12
without enabling external sink hash routing on master.
- Does this need documentation?
- [x] No.
- [ ] Yes.
### Check List (For Reviewer who merge this PR)
- [ ] Confirm the release note
- [ ] Confirm test cases
- [ ] Confirm document
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]