-
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
parser: Support keyword FIELDS
in ALTER TABLE PARTITION BY
syntax
#471
Conversation
Codecov Report
@@ Coverage Diff @@
## master #471 +/- ##
=======================================
Coverage 71.12% 71.12%
=======================================
Files 32 32
Lines 7542 7542
=======================================
Hits 5364 5364
Misses 1662 1662
Partials 516 516
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #471 +/- ##
==========================================
- Coverage 71.24% 71.19% -0.05%
==========================================
Files 32 32
Lines 7594 7560 -34
==========================================
- Hits 5410 5382 -28
+ Misses 1665 1662 -3
+ Partials 519 516 -3
Continue to review full report at Codecov.
|
Co-Authored-By: kennytm <kennytm@gmail.com>
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
LGTM |
please resolve the conflict |
What problem does this PR solve?
To #464 , support keyword
FIELDS
inALTER TABLE PARTITION BY
syntaxWhat is changed and how it works?
FieldsOrColumns
instead ofCOLUMNS
inPartitionMethod
Check List
Tests
Code changes
N / A
Side effects
N / A
Related changes
N / A