提交 c384e8ba 编写于 作者: A Alex Duan

fix(query): mixed operator output num calc error

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