executor: support Intersection of IndexMerge#38636
executor: support Intersection of IndexMerge#38636ti-chi-bot merged 55 commits intopingcap:masterfrom
Conversation
|
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. DetailsReviewer can indicate their review by submitting an approval review. |
Signed-off-by: guo-shaoge <shaoge1994@163.com>
|
/build |
Signed-off-by: guo-shaoge <shaoge1994@163.com>
Signed-off-by: guo-shaoge <shaoge1994@163.com>
…to intersect_index_merge
…_merge Signed-off-by: guo-shaoge <shaoge1994@163.com>
Signed-off-by: guo-shaoge <shaoge1994@163.com>
Signed-off-by: guo-shaoge <shaoge1994@163.com>
…to intersect_index_merge
Signed-off-by: guo-shaoge <shaoge1994@163.com>
Signed-off-by: guo-shaoge <shaoge1994@163.com>
Signed-off-by: guo-shaoge <shaoge1994@163.com>
Signed-off-by: guo-shaoge <shaoge1994@163.com>
Signed-off-by: guo-shaoge <shaoge1994@163.com>
Signed-off-by: guo-shaoge <shaoge1994@163.com>
|
/run-unit-test |
|
/rebuild |
executor/index_merge_reader.go
Outdated
| partCnt = len(w.indexMerge.prunedPartitions) | ||
| } | ||
| workerCnt := partCnt | ||
| if workerCnt > maxWorkerCnt { |
There was a problem hiding this comment.
Use mathutil.Max is simpler
|
/merge |
|
This pull request has been accepted and is ready to merge. DetailsCommit hash: b1a2ef7 |
|
/merge |
|
This pull request has been accepted and is ready to merge. DetailsCommit hash: 9233461 |
Signed-off-by: guo-shaoge <shaoge1994@163.com>
…to intersect_index_merge
|
/run-unit-test |
TiDB MergeCI notify🔴 Bad News! New failing [1] after this pr merged.
|
Signed-off-by: guo-shaoge shaoge1994@163.com
What problem does this PR solve?
Issue Number: close #39334
Problem Summary: Support intersection of IndexMerge
What is changed and how it works?
Check List
Tests
Side effects
Documentation
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.