-
Notifications
You must be signed in to change notification settings - Fork 490
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
fix: remove warning for "REORGANIZE PARTITION" (#605) #924
Conversation
Note that in commit fdfeac in pingcap/tidb the errror was already handled. Need to do nothing. Signed-off-by: Wang Ruichao <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #924 +/- ##
==========================================
- Coverage 78.43% 78.42% -0.01%
==========================================
Files 40 40
Lines 14897 14775 -122
==========================================
- Hits 11685 11588 -97
+ Misses 2521 2500 -21
+ Partials 691 687 -4 |
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
…tion Signed-off-by: Wang Ruichao <[email protected]>
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.
The original issue says an error should be reported. But this PR just removes the warning. I don't think it's resolving the issue.
@djshow832 The error has been added in TiDB. |
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
…#924) Note that in commit fdfeac in pingcap/tidb the errror was already handled. Need to do nothing. Signed-off-by: Wang Ruichao <[email protected]>
Note that in commit fdfeac in pingcap/tidb the errror was already handled.
Need to do nothing.
Signed-off-by: Wang Ruichao [email protected]
What problem does this PR solve?
Close #605 (cc #598)
What is changed and how it works?
Update judgement in parser.y.
Note that in my opinion "REORGANIZE PARTITION" is a part of partition options, I moved it to "AlterTablePartitionOpt". If not, I'll rollback.
Check List
Tests