From 5076a6275e8f321c37bd0ecc6c89f5d7c216aed0 Mon Sep 17 00:00:00 2001 From: Ganlin Zhao Date: Wed, 5 Jan 2022 19:09:50 +0800 Subject: [PATCH] [TD-12614](query): Functions related to timeline should not support inner query group by tbname --- tests/develop-test/fulltest-query.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/develop-test/fulltest-query.sh b/tests/develop-test/fulltest-query.sh index b5147d20a3..2962e3e30f 100755 --- a/tests/develop-test/fulltest-query.sh +++ b/tests/develop-test/fulltest-query.sh @@ -1,3 +1,4 @@ python3 ./test.py -f 2-query/ts_hidden_column.py python3 ./test.py -f 2-query/union-order.py python3 ./test.py -f 2-query/session_two_stage.py +python3 ./test.py -f 2-query/timeline_agg_func_groupby.py -- GitLab