-
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #15350 +/- ##
===========================================
Coverage 80.3984% 80.3984%
===========================================
Files 502 502
Lines 133984 133984
===========================================
Hits 107721 107721
Misses 17819 17819
Partials 8444 8444 |
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.
I have no better idea.
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 |
@wshwsh12 merge failed. |
/merge |
/run-all-tests |
@wshwsh12 merge failed. |
/run-unit-test |
cherry pick to release-2.1 in PR #15485 |
cherry pick to release-3.0 in PR #15486 |
cherry pick to release-3.1 in PR #15487 |
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).