Skip to content

Commit

Permalink
Merge pull request #16337 from taosdata/fix/TS-1785-V26
Browse files Browse the repository at this point in the history
fix(query): remove assert for pQInfo->rspContent NULL check
  • Loading branch information
DuanKuanJun committed Aug 30, 2022
2 parents 25d9627 + c8e6110 commit 33c09d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/query/src/queryMain.c
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,6 @@ int32_t qRetrieveQueryResultInfo(qinfo_t qinfo, bool* buildRes, void* pRspContex

pthread_mutex_lock(&pQInfo->lock);

assert(pQInfo->rspContext == NULL);
if (pQInfo->dataReady == QUERY_RESULT_READY) {
*buildRes = true;
qDebug("QInfo:0x%"PRIx64" retrieve result info, rowsize:%d, rows:%d, code:%s", pQInfo->qId, pQueryAttr->resultRowSize,
Expand Down

0 comments on commit 33c09d9

Please sign in to comment.