-
Notifications
You must be signed in to change notification settings - Fork 5.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
executor: refactoring the 'replace' implementation, remove its dependency of batch checker #12319
Conversation
…ency of batch checker
Codecov Report
@@ Coverage Diff @@
## master #12319 +/- ##
===========================================
Coverage 81.1011% 81.1011%
===========================================
Files 454 454
Lines 99329 99329
===========================================
Hits 80557 80557
Misses 12960 12960
Partials 5812 5812 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Your auto merge job has been accepted, waiting for 12307 |
/run-all-tests |
cherry pick to release-3.1 failed |
cherry pick to release-3.0 failed |
…ency of batch checker (pingcap#12319)
What problem does this PR solve?
Code refactor.
Batch check should be removed, as I've said in #12108
What is changed and how it works?
Don't use batch checker in 'replace'
Check List
Tests
Related changes
Release note