[fix](regression_test) failed in distinct_streaming_agg (#34404)

This commit is contained in:
Jerry Hu
2024-05-06 10:11:39 +08:00
committed by GitHub
parent 85ae773996
commit d4c2f70673

View File

@ -21,6 +21,6 @@ suite("distinct_streaming_agg") {
sql """ use test_query_db; """
qt_select """
select k6 from baseall union select k6 from bigtable order by 1;
select * from (select k6 from baseall union select k6 from bigtable) t order by 1 desc;
"""
}