-
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) #12424
types/data: the bit data type should be treat as uint64 (#11951) #12424
Conversation
/run-all-tests |
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
/rebuild |
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.
Please help us resolve CI problems. @gaoxingliang
Hi @qw4990 I know how to fix this. but I don't know the process flow of how to operate. Do I need to create a new PR base on |
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.
@gaoxingliang Sorry for my late reply.
You can fetch the branch release-2.1
to local and git cherry-pick
your PR into your local release-2.1
and then create a new PR to merge your local release-2.1
to TiDB release-2.1
.
I've resolved the conflict. |
/run-unit-test |
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-unit-test |
1 similar comment
/run-unit-test |
I'm debugging this unit test failing, along with #13751 |
/run-unit-test |
/run-unit-test |
1 similar comment
/run-unit-test |
b774695
to
af96a3a
Compare
/run-all-tests |
/run-all-tests |
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
cherry-pick #11951 to release-2.1
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