From 3b26d2603d3ccb30be3c9609cdf0e252e3cecad7 Mon Sep 17 00:00:00 2001 From: Ganlin Zhao Date: Fri, 21 Jan 2022 10:27:54 +0800 Subject: [PATCH] [TD-11222](query): Histogram function --- 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 af669424ef..c4745fea1f 100755 --- a/tests/develop-test/fulltest-query.sh +++ b/tests/develop-test/fulltest-query.sh @@ -5,3 +5,4 @@ python3 ./test.py -f 2-query/timeline_agg_func_groupby.py python3 ./test.py -f 2-query/ts_2016.py python3 ./test.py -f 2-query/function_mavg.py python3 ./test.py -f 2-query/escape.py +python3 ./test.py -f 2-query/function_histogram.py -- GitLab