-
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
*: clean code for restore table #9090
Conversation
Please fix ci |
Ci failed because of the parser go.mod, after merge parser PR, I will fix this. PTAL first. |
/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
Please fix ci @crazycs520 |
/run-all-tests |
LGTM |
@crazycs520 I don't think it is necessary, but you can add a paragraph to explain why the implement is not the same with the proposal. |
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
Please resolve the conflicts |
Codecov Report
@@ Coverage Diff @@
## master #9090 +/- ##
================================================
- Coverage 78.0088% 77.9538% -0.0551%
================================================
Files 404 404
Lines 82024 81996 -28
================================================
- Hits 63986 63919 -67
- Misses 13332 13361 +29
- Partials 4706 4716 +10 |
/run-all-tests |
1 similar comment
/run-all-tests |
What problem does this PR solve?
change
syntax to
syntax.
clean code for restore table.
related PR: #7937
related parser PR: pingcap/parser#180
What is changed and how it works?
move restore table from adminStmt to ddl stmt. Because recover table is a ddl operation.
remove redundancy code.
Check List
Tests
Code changes
Side effects
Related changes