This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push: new 102b7f8873 remove useless case (#21166) 102b7f8873 is described below commit 102b7f887367c8a4072c22b7fc31787cb8d0ad68 Author: starocean999 <40539150+starocean...@users.noreply.github.com> AuthorDate: Mon Jun 26 16:27:32 2023 +0800 remove useless case (#21166) --- .../suites/nereids_syntax_p0/aggregate_strategies.groovy | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/regression-test/suites/nereids_syntax_p0/aggregate_strategies.groovy b/regression-test/suites/nereids_syntax_p0/aggregate_strategies.groovy index c26e58a594..39742e8d21 100644 --- a/regression-test/suites/nereids_syntax_p0/aggregate_strategies.groovy +++ b/regression-test/suites/nereids_syntax_p0/aggregate_strategies.groovy @@ -90,19 +90,6 @@ suite("aggregate_strategies") { notContains "STREAMING" } - explain { - sql """ - select count(*) - from ( - select id - from $tableName - group by id - )a - """ - - notContains "STREAMING" - } - test { sql """select /*+SET_VAR(disable_nereids_rules='TWO_PHASE_AGGREGATE_WITH_DISTINCT')*/ --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org