From 5efb5deba9788a0b30cebd820950fa01121bb56b Mon Sep 17 00:00:00 2001 From: "wenzhouwww@live.cn" Date: Fri, 17 Jun 2022 16:11:58 +0800 Subject: [PATCH] update case --- tests/system-test/2-query/distribute_agg_apercentile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/system-test/2-query/distribute_agg_apercentile.py b/tests/system-test/2-query/distribute_agg_apercentile.py index d61532c945..fd1455ce16 100644 --- a/tests/system-test/2-query/distribute_agg_apercentile.py +++ b/tests/system-test/2-query/distribute_agg_apercentile.py @@ -130,7 +130,7 @@ class TDTestCase: tdSql.checkRows(15) # union all - tdSql.query("select apercentile(c1,20) from stb1 union all select apercentile(c1,10) from stb1 ") + tdSql.query("select apercentile(c1,20) from stb1 union all select apercentile(c1,20) from stb1 ") tdSql.checkRows(2) tdSql.checkData(0,0,7.389181281)