summaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/pg/projection_subquery_ref_agg.sql
Commit message (Collapse)AuthorAgeFilesLines
* YQL-20895: Preserve annotation at ExpandSqlSelectvitya-smirnov2026-02-121-0/+13
After a `SqlSelect` expansion the column order must be preserved, and so type annotation required. During an expansion the `ExprNode` graph is transformed and so at later stages type annotation is lost, so we need to backup it. The solution is too pass an original `xxxAnn` `ExprNode` with `xxx` `ExprNode` to every subprocedure. commit_hash:e2c4d727ca7617d835e0608c3d341cf76e416a30