-
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
types/data: the bit data type should be treat as uint64 #11951
Conversation
Codecov Report
@@ Coverage Diff @@
## master #11951 +/- ##
================================================
+ Coverage 80.0246% 80.1081% +0.0834%
================================================
Files 462 462
Lines 103067 103962 +895
================================================
+ Hits 82479 83282 +803
- Misses 14717 14818 +101
+ Partials 5871 5862 -9 |
Can anyone help to review this PR? |
Sorry for the late reply. @SunRunAway @qw4990 PTAL |
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
Your auto merge job has been accepted, waiting for 12224 |
/run-all-tests |
@gaoxingliang merge failed. |
/merge |
/run-all-tests |
cherry pick to release-3.0 in PR #12423 |
cherry pick to release-2.1 in PR #12424 |
cherry pick to release-3.1 failed |
What problem does this PR solve?
Fix #11895
the -1 can't be insert into a bit column.
What is changed and how it works?
Check List
Tests