Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
52416: sql: fix internal error when trying to parse strings as arrays r=RaduBerinde a=RaduBerinde The parse-constant-as-type code was allowing a desired type of `Array[Any]`, and we can't parse elements as `Any`. This resulted in an internal error, rather than a normal query error. Fixes cockroachdb#52134. Release note (bug fix): Fixed an internal error involving string literals used as arrays. Co-authored-by: Radu Berinde <[email protected]>
- Loading branch information