You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
108199: sql: fix overload type checking of nested case expressions r=mgartner a=cucaroach
If we have a nested case expression where the inner case expression
is ambiguous the AnyCollatedString type would be selected and it would
leak to the execution engine causing the 'failed to parse locale ""'
internal error. Instead have the overload type checker remember if
it saw a AnyCollatedString type and go back and repair types if a
concrete type is found in any of the other exprs.
Release note: none
Epic: none
Fixes: cockroachdb#101418
Co-authored-by: Tommy Reilly <[email protected]>
0 commit comments