-
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
*: fix type of maxint64 #9834
*: fix type of maxint64 #9834
Conversation
Add the link of PR in parser here for reference: pingcap/parser#251 |
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, Please update go.mod.
Codecov Report
@@ Coverage Diff @@
## master #9834 +/- ##
================================================
+ Coverage 67.3446% 67.3545% +0.0099%
================================================
Files 383 383
Lines 80437 80437
================================================
+ Hits 54170 54178 +8
+ Misses 21421 21417 -4
+ Partials 4846 4842 -4 |
b2cc647
to
5ad7b46
Compare
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 |
/run-unit-test |
What problem does this PR solve?
For #9823
What is changed and how it works?
In parser:
In fact, we need:
Check List
Tests
Code changes
Side effects
Related changes