-
Notifications
You must be signed in to change notification settings - Fork 4.1k
opt: incorrect nested tuple within array_agg #115150
Copy link
Copy link
Open
Labels
A-sql-pgcompatSemantic compatibility with PostgreSQLSemantic compatibility with PostgreSQLC-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)P-3Issues/test failures with no fix SLAIssues/test failures with no fix SLAT-sql-queriesSQL Queries TeamSQL Queries Team
Description
Activity
Metadata
Metadata
Assignees
Labels
A-sql-pgcompatSemantic compatibility with PostgreSQLSemantic compatibility with PostgreSQLC-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)P-3Issues/test failures with no fix SLAIssues/test failures with no fix SLAT-sql-queriesSQL Queries TeamSQL Queries Team
Type
Projects
- StatusShow more project fieldsBugs to Fix
Postgres wraps a table star-select expression within an
array_aggin a tuple, but doesn't add an extra tuple if explicitROW()syntax is added:CRDB instead produces an array with nested-tuple elements for the query with a single
ROW():Jira issue: CRDB-33913