提交 1eb6608d 编写于 作者: A Alex Duan

fix(query): V24 mixed operator column calc output size error

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