From 9eff85b6807d563dd9898672c2633131a7eabee5 Mon Sep 17 00:00:00 2001 From: "wenzhouwww@live.cn" Date: Fri, 17 Jun 2022 17:36:37 +0800 Subject: [PATCH] update case for spread --- tests/system-test/2-query/distribute_agg_spread.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/system-test/2-query/distribute_agg_spread.py b/tests/system-test/2-query/distribute_agg_spread.py index 926c859632..94f1a61d77 100644 --- a/tests/system-test/2-query/distribute_agg_spread.py +++ b/tests/system-test/2-query/distribute_agg_spread.py @@ -246,7 +246,7 @@ class TDTestCase: tdSql.checkRows(31) # partition by tbname or partition by tag - tdSql.query("select spread(c1),tbname from stb1 partition by tbname") + tdSql.query("select spread(c1) from stb1 partition by tbname") query_data = tdSql.queryResult # nest query for support max