diff --git a/tests/system-test/2-query/explain.py b/tests/system-test/2-query/explain.py index 61954f8a38..45465cd71c 100644 --- a/tests/system-test/2-query/explain.py +++ b/tests/system-test/2-query/explain.py @@ -97,6 +97,8 @@ class TDTestCase: query_conditon = query_conditon[4:-1] elif query_conditon.startswith("min"): query_conditon = query_conditon[4:-1] + elif query_conditon.startswith("avg"): + query_conditon = query_conditon[4:-1] if query_conditon: return f" where {query_conditon} is not null"