global sort: add boundaries to split keys when generating plan (#58323)#58359
global sort: add boundaries to split keys when generating plan (#58323)#58359ti-chi-bot wants to merge 4 commits intopingcap:release-8.5from
Conversation
Signed-off-by: lance6716 <lance6716@gmail.com>
Signed-off-by: lance6716 <lance6716@gmail.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## release-8.5 #58359 +/- ##
================================================
Coverage ? 56.8607%
================================================
Files ? 1773
Lines ? 627067
Branches ? 0
================================================
Hits ? 356555
Misses ? 246410
Partials ? 24102
Flags with carried forward coverage won't be shown. Click here to find out more.
|
|
replaced by #58356 |
This is an automated cherry-pick of #58323
What problem does this PR solve?
Issue Number: close #58267
Problem Summary:
What changed and how does it work?
The data flow of region split keys are long. The requirement of later usage is it must contain the region start/end keys, to correctly pause the PD scheduling of given ranges.
Check List
Tests
this test failed in the past
Side effects
Documentation
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.