add case for distribute plan of min function

This commit is contained in:
wenzhouwww@live.cn 2022-06-16 15:13:08 +08:00
parent bef99f1c5e
commit f30bf1a07d
1 changed files with 1 additions and 0 deletions

View File

@ -100,6 +100,7 @@ python3 ./test.py -f 2-query/statecount.py
python3 ./test.py -f 2-query/tail.py
python3 ./test.py -f 2-query/distribute_agg_count.py
python3 ./test.py -f 2-query/distribute_agg_max.py
python3 ./test.py -f 2-query/distribute_agg_min.py
python3 ./test.py -f 6-cluster/5dnode1mnode.py