From f22574262a36ac24cb25688b7c4f2b89981d32ab Mon Sep 17 00:00:00 2001 From: Ganlin Zhao Date: Thu, 7 Apr 2022 18:49:33 +0800 Subject: [PATCH] [TD-14572]: fix char_length result when nchar column has chinese characters --- source/libs/executor/src/executorimpl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source/libs/executor/src/executorimpl.c b/source/libs/executor/src/executorimpl.c index 176e99a033..3bf15acbb4 100644 --- a/source/libs/executor/src/executorimpl.c +++ b/source/libs/executor/src/executorimpl.c @@ -7015,7 +7015,6 @@ SExprInfo* createExprInfo(SNodeList* pNodeList, SNodeList* pGroupKeys, int32_t* // pExp->base.pParam[0].type = FUNC_PARAM_TYPE_COLUMN; // pExp->base.pParam[0].pCol = createColumn(pTargetNode->dataBlockId, pTargetNode->slotId, pType); - } else if (nodeType(pTargetNode->pExpr) == QUERY_NODE_VALUE) { } else { ASSERT(0); } -- GitLab