Skip to content
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

builtins: fix recently introduced bitmask fns with mixed type arguments #109043

Merged
merged 1 commit into from
Aug 18, 2023

Conversation

yuzefovich
Copy link
Member

FnOverload is a function that takes in three arguments, and we incorrectly had functions that take four leading to an internal error in case of mixed-type arguments.

Fixes: #108976.

Release note: None

`FnOverload` is a function that takes in three arguments, and we
incorrectly had functions that take four leading to an internal error in
case of mixed-type arguments.

Release note: None
@yuzefovich yuzefovich requested review from rharding6373 and a team August 18, 2023 20:46
@yuzefovich yuzefovich requested a review from a team as a code owner August 18, 2023 20:46
@cockroach-teamcity
Copy link
Member

This change is Reviewable

Copy link
Collaborator

@rharding6373 rharding6373 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm: Thanks for the quick fix

Reviewable status: :shipit: complete! 1 of 0 LGTMs obtained

@yuzefovich
Copy link
Member Author

Thanks for the quick review!

bors r+

@craig
Copy link
Contributor

craig bot commented Aug 18, 2023

Build succeeded:

@craig craig bot merged commit 82b2b95 into cockroachdb:master Aug 18, 2023
@yuzefovich yuzefovich deleted the bitmask branch August 18, 2023 22:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

sql/tests: TestRandomSyntaxFunctions failed [panic in bitmask_and]
3 participants