提交 294cc0de 编写于 作者: A Alex Duan

fix(client): reset modify subquery.c

上级 309eb5ff
......@@ -3921,9 +3921,7 @@ void* createQInfoFromQueryNode(SQueryInfo* pQueryInfo, STableGroupInfo* pTableGr
} else if (pQueryAttr->pExpr2 != NULL) {
pEx = pQueryAttr->pExpr2;
num = pQueryAttr->numOfExpr2;
}
if ( num < pQueryAttr->numOfOutput) {
} else {
pEx = pQueryAttr->pExpr1;
num = pQueryAttr->numOfOutput;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册