From 3b06158d4003f8b6be128bc96a8ebc09f4030eda Mon Sep 17 00:00:00 2001 From: Alex Duan <417921451@qq.com> Date: Thu, 28 Jul 2022 13:00:40 +0800 Subject: [PATCH] fix(query): count like first last to ignore loadBlock1 --- src/query/src/qExecutor.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/query/src/qExecutor.c b/src/query/src/qExecutor.c index 1ee6fcf994..359cf21b55 100644 --- a/src/query/src/qExecutor.c +++ b/src/query/src/qExecutor.c @@ -2814,7 +2814,6 @@ static bool notContainSessionOrStateWindow(SQueryAttr *pQueryAttr) { return !(pQ static int32_t updateBlockLoadStatus(SQueryAttr *pQuery, int32_t status) { bool hasFirstLastCountFunc = false; bool hasOtherFunc = false; - bool hasCount = false; if (status == BLK_DATA_ALL_NEEDED || status == BLK_DATA_DISCARD) { return status; -- GitLab