-
Notifications
You must be signed in to change notification settings - Fork 4.1k
sql: double check star expansion inside ORDER BY and GROUP BY for UDFs #97520
Copy link
Copy link
Closed
Labels
A-sql-optimizerSQL logical planning and optimizations.SQL logical planning and optimizations.C-bugCode not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.T-sql-queriesSQL Queries TeamSQL Queries Team
Description
Followup to #95710
Foudn via #97515
Epic: CRDB-19496
If there is a star expansion insider ORDER BY or GROUP BY, we don't expand the list of columns in the UDF descriptor.
(This is also relevant for view descriptors after #97515 merges)
cc @DrewKimball @mgartner @rharding6373
Jira issue: CRDB-24735
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-sql-optimizerSQL logical planning and optimizations.SQL logical planning and optimizations.C-bugCode not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.T-sql-queriesSQL Queries TeamSQL Queries Team
Type
Projects
Status
Done