-
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
go mod: update the parser version #8632
Conversation
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
Should we add a check item in the Return error if |
@zz-jason But we need the replace to verify the merging parser pr is work. |
You can add it as the last step of 57 dev: checklist test check
...
67 check: check-setup fmt lint vet #thirdparser This check progress will be started once all the unit tests are passed Or you can add this check in |
@winkyao
|
@dbjoa Fine, I push the local branch to the github. Please try to rerun the unit tests. |
OK, recovered! |
@zz-jason Well, I'll figure it out. |
In pingcap/parser#67, |
@@ -993,7 +993,7 @@ func (s *testPlanSuite) TestColumnPruning(c *C) { | |||
}, | |||
//issue 7833 | |||
{ | |||
sql: "drop view if exists v", |
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.
We can just remove it.
We'll add other test cases for drop view later.
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 |
/run-all-tests |
What problem does this PR solve?
It solved the mistake imported by #8037, I merge the TiDB pr before the pingcap/parser#14 merged.
Maybe we should find a way to avoid this thing happen again.
This change is