-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
planner, executor: support Change and ChangeExec #9789
planner, executor: support Change and ChangeExec #9789
Conversation
Codecov Report
@@ Coverage Diff @@
## master #9789 +/- ##
===============================================
- Coverage 67.143% 67.1244% -0.0186%
===============================================
Files 381 382 +1
Lines 80056 80090 +34
===============================================
+ Hits 53752 53760 +8
- Misses 21507 21535 +28
+ Partials 4797 4795 -2 |
i don't know how to add a test case for this, but @WangXiangUSTC already Manually tested successfully。 |
/run-all-tests |
…tatus_lastest' into Support_update_pump_or_drainer_status_lastest
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
/run-all-tests |
LGTM |
ae18f5c
to
39bd4dc
Compare
/run-all-tests |
executor/change.go
Outdated
|
||
import ( | ||
"context" | ||
"github.com/pingcap/parser/ast" |
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.
Move this import down.
bcdb0a4
to
7fe3ad1
Compare
/run-all-tests |
1 similar comment
/run-all-tests |
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
What problem does this PR solve?
support update pump or drainer status.
proposal: #9201
What is changed and how it works?
already do in Support update pump or drainer status parser#243
Check List
Tests
Related changes