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

colexec: check for unsupported output type of a builtin #42968

Merged

Conversation

yuzefovich
Copy link
Member

Previously, we would always create a defaultBuiltinOperator with
a converted physical output type from a builtin function. This could be
coltypes.Unhandled, and only during runtime we would realize that we do
not support the output type of the builtin. Now this is fixed.

Fixes: #42871.

Release note: None

Previously, we would always create a defaultBuiltinOperator with
a converted physical output type from a builtin function. This could be
coltypes.Unhandled, and only during runtime we would realize that we do
not support the output type of the builtin. Now this is fixed.

Release note: None
@yuzefovich yuzefovich requested review from rohany and a team December 4, 2019 23:01
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@yuzefovich
Copy link
Member Author

TFTR!

bors r+

@craig
Copy link
Contributor

craig bot commented Dec 5, 2019

Build failed

@yuzefovich
Copy link
Member Author

Flake.

bors r+

craig bot pushed a commit that referenced this pull request Dec 5, 2019
42968: colexec: check for unsupported output type of a builtin r=yuzefovich a=yuzefovich

Previously, we would always create a defaultBuiltinOperator with
a converted physical output type from a builtin function. This could be
coltypes.Unhandled, and only during runtime we would realize that we do
not support the output type of the builtin. Now this is fixed.

Fixes: #42871.

Release note: None

Co-authored-by: Yahor Yuzefovich <[email protected]>
@craig
Copy link
Contributor

craig bot commented Dec 5, 2019

Build succeeded

@craig craig bot merged commit 3dcdd48 into cockroachdb:master Dec 5, 2019
@yuzefovich yuzefovich deleted the vec-builtin-unsupported-output-type branch February 3, 2020 22:05
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.

<reported error>: error.go:77: func1: unexpected error from the vectorized runtime: %+v
3 participants