-
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
expression: fix wrong behavior in values function for Bit(1). (#15350) #15485
Conversation
/run-all-tests |
1e1c2cc
to
4e38f92
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.
@wshwsh12 Please fix the CI problem.
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 15487 |
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 |
cherry-pick #15350 to release-2.1
What problem does this PR solve?
Fixes #15310
What is changed and how it works?
Check the data length in built-in function ValuesInt().
Check List
Tests
Code changes
Side effects
Related changes
Release note
Fix wrong behavior in values function for type bit(n).