未验证 提交 0f71a27e 编写于 作者: S Shengliang Guan 提交者: GitHub

Merge pull request #18161 from taosdata/szhou/fixbugs26

fix: change error code and add log when null query rsp received
......@@ -2955,7 +2955,8 @@ int tscProcessQueryRsp(SSqlObj *pSql) {
SQueryTableRsp *pQueryAttr = (SQueryTableRsp *)pRes->pRsp;
if (pQueryAttr == NULL) {
pRes->code = TSDB_CODE_TSC_OUT_OF_MEMORY;
tscError("0x%"PRIx64" invalid NULL query rsp received", pSql->self);
pRes->code = TSDB_CODE_QRY_APP_ERROR;
return pRes->code;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册