-
Notifications
You must be signed in to change notification settings - Fork 3.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
colexec: v20.2.4: mismatched types with UNION #61462
Comments
Mismatched types:
The query fingerprint isn't full, so the issue is unactionable. I'm hoping it is a dup of #59148. |
Actually, I take it back - possibly we have a problem of different type projections in CASE ( |
I examined the vectorized CASE planning code, and we do plan the casts if there is a mismatch between the CASE output type and each of THEN projection arms, so I believe it is a dup of #59148. |
This issue was autofiled by Sentry. It represents a crash or reported error on a live cluster with telemetry enabled.
Sentry link: https://sentry.io/organizations/cockroach-labs/issues/2252077828/?referrer=webhooks_plugin
Panic message:
Stacktrace (expand for inline code snippets):
cockroach/pkg/sql/colflow/colrpc/inbox.go
Lines 247 to 249 in eda2309
/usr/local/go/src/runtime/panic.go#L678-L680 in runtime.gopanic
cockroach/pkg/sql/colexecbase/colexecerror/error.go
Lines 185 to 187 in eda2309
cockroach/pkg/sql/colflow/colrpc/inbox.go
Lines 288 to 290 in eda2309
cockroach/pkg/sql/colexec/parallel_unordered_synchronizer.go
Lines 194 to 196 in eda2309
cockroach/pkg/sql/colexecbase/colexecerror/error.go
Lines 92 to 94 in eda2309
cockroach/pkg/sql/colexec/parallel_unordered_synchronizer.go
Lines 228 to 230 in eda2309
/usr/local/go/src/runtime/asm_amd64.s#L1356-L1358 in runtime.goexit
v20.2.4
The text was updated successfully, but these errors were encountered: