From 36ff7e4242fa7f60dfb66fdc2ff3842d0fb92f2e Mon Sep 17 00:00:00 2001 From: wangmm0220 Date: Mon, 22 Aug 2022 10:14:40 +0800 Subject: [PATCH] opti:grou by tag --- source/libs/executor/src/executil.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/libs/executor/src/executil.c b/source/libs/executor/src/executil.c index 8ec1e9b584..0ba669c34e 100644 --- a/source/libs/executor/src/executil.c +++ b/source/libs/executor/src/executil.c @@ -637,8 +637,7 @@ int32_t getColInfoResultForGroupby(void* metaHandle, SNodeList* group, STableLis case QUERY_NODE_COLUMN: case QUERY_NODE_VALUE: case QUERY_NODE_OPERATOR: - case QUERY_NODE_FUNCTION: - case QUERY_NODE_LOGIC_CONDITION:{ + case QUERY_NODE_FUNCTION:{ SExprNode* expNode = (SExprNode*)pNode; code = createResultData(&expNode->resType, rows, &output); if (code != TSDB_CODE_SUCCESS) {