diff --git a/source/libs/executor/src/executorimpl.c b/source/libs/executor/src/executorimpl.c index 176e99a03397abb61ef1bdd3a15154912bb73bd5..3bf15acbb4b5830f5b1444eebbff9e45eed17a07 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); }