tree: fix error message for parsing tuples in arrays #63995
Labels
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
T-sql-foundations
SQL Foundations Team (formerly SQL Schema + SQL Sessions)
See the following error. It can be resolved by adding a case to
ParseAndRequireString
forTupleFamily
. This might also resolve the Sentry report in #60494OR we could do what postgres does and have a nicer failure for this
The text was updated successfully, but these errors were encountered: