HappenLee commented on code in PR #32265: URL: https://github.com/apache/doris/pull/32265#discussion_r1533305833
########## regression-test/suites/datatype_p0/agg_state/nereids/test_agg_state_nereids.groovy: ########## @@ -16,9 +16,10 @@ // under the License. suite("test_agg_state_nereids") { - sql "set global enable_agg_state=true" + sql "set enable_agg_state=true" sql "set enable_nereids_planner=true;" sql "set enable_fallback_to_original_planner=false;" + sql "set enable_fold_constant_by_be=false;" Review Comment: check the case -- 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