[TD-14572]<fix>: fix char_length result when nchar column has chinese characters

This commit is contained in:
Ganlin Zhao 2022-04-07 18:49:33 +08:00
parent bb847e87bd
commit f22574262a
1 changed files with 0 additions and 1 deletions

View File

@ -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);
}