remove useless case (#21166)

This commit is contained in:
starocean999
2023-06-26 16:27:32 +08:00
committed by GitHub
parent f2ed1bce1a
commit 102b7f8873

View File

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