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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org