-
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
parser: better error message #133 #8950
Conversation
Looks like we should merge pingcap/parser#133 first, then use the latest "pingcap/parser". |
/run-all-tests |
LGTM |
@tiancaiamao @jackysp PTAL |
Codecov Report
@@ Coverage Diff @@
## master #8950 +/- ##
=========================================
Coverage ? 67.52%
=========================================
Files ? 363
Lines ? 75111
Branches ? 0
=========================================
Hits ? 50719
Misses ? 19914
Partials ? 4478 Continue to review full report at Codecov.
|
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-integration-tests |
What problem does this PR solve?
Make parser error/warn message useful.
see pingcap/parser#86
What is changed and how it works?
see https://github.com/pingcap/parser/pull/133/files
Check List
Tests
This change is