未验证 提交 0331a01a 编写于 作者: D dapan1121 提交者: GitHub

Merge pull request #10086 from taosdata/fix/TD-13117-2.4

<fix>[TD-13117](query):fix core dump
......@@ -9524,7 +9524,6 @@ SQInfo* createQInfoImpl(SQueryTableMsg* pQueryMsg, SGroupbyExpr* pGroupbyExpr, S
}
for (int16_t col = 0; col < numOfOutput; ++col) {
assert(pExprs[col].base.resBytes > 0);
pQueryAttr->resultRowSize += pExprs[col].base.resBytes;
// keep the tag length
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册