morrySnow commented on code in PR #16442:
URL: https://github.com/apache/doris/pull/16442#discussion_r1099725379


##########
regression-test/suites/trino_p0/sql/group_by/runConstantGroupBy_order.sql:
##########
@@ -1 +1,4 @@
-select 2 from nation group by 1
+select 2 from nation group by 1;
+select "oneline" from nation group by "I am a const, but not to be removed";

Review Comment:
   we need to add a regression test on empty table to set scalar agg and vector 
agg's results.



-- 
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]

Reply via email to