yjhjstz commented on code in PR #1754:
URL: https://github.com/apache/cloudberry/pull/1754#discussion_r3275596643
##########
src/test/regress/expected/groupingsets_optimizer.out:
##########
@@ -2645,4 +2645,18 @@ group by rollup (a,b) order by a;
| | 6
(8 rows)
+-- ORCA: rollup over a derived-expression group alias with a target-list SRF.
+select generate_series(1, a) g, a+b ab
+ from (values (1,1),(2,2)) t(a,b)
+ group by rollup(a, ab) order by 1,2;
Review Comment:
fixed.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]