-
Notifications
You must be signed in to change notification settings - Fork 489
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
Support ALTER TABLE REBUILD PARTITION syntax #469
Conversation
Codecov Report
@@ Coverage Diff @@
## master #469 +/- ##
==========================================
+ Coverage 71.44% 71.45% +<.01%
==========================================
Files 32 32
Lines 7648 7650 +2
==========================================
+ Hits 5464 5466 +2
Misses 1665 1665
Partials 519 519
Continue to review full report at Codecov.
|
@kennytm PTAL |
Co-Authored-By: leoppro <i@leop.pro>
@leoppro PTAL |
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
resolve the conflicts please |
Done |
What problem does this PR solve?
for #448 , support
ALTER TABLE REBUILD PARTITION
syntax inParser
What is changed and how it works?
Check List
Tests
Code changes
N / A
Side effects
N / A