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')*/