-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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 parser for revamped special comment parser #14389
Conversation
fix related integration test
5b7e3ee
to
0c635b4
Compare
/run-unit-test #14261 |
PTAL @tiancaiamao @tangenta |
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
/run-all-tests |
@kennytm merge failed. |
/merge
Looks irrelevant |
/run-unit-test |
(test failure was #14415) |
/run-all-tests |
@kennytm merge failed. |
/run-unit-test |
/run-all-tests |
@kennytm merge failed. |
Same error as #13599 (comment) |
Your auto merge job has been accepted, waiting for 14354 |
/run-all-tests |
@kennytm merge failed. |
/run-unit-test |
/merge |
Your auto merge job has been accepted, waiting for 14391 |
What problem does this PR solve?
Update parser deps to include pingcap/parser#711.
Fix the integration test broken by that PR.
What is changed and how it works?
The warning message regarding broken optimizer hints was changed. There is a test in this repository against the exact message, and that test is updated in this PR.
Check List
Tests
Code changes
Side effects
Related changes
Release note