From f1e62706dbe4ec510809d9c332debf1ed5562550 Mon Sep 17 00:00:00 2001 From: Alex Duan <417921451@qq.com> Date: Thu, 18 Aug 2022 17:46:08 +0800 Subject: [PATCH] fix(query) fetch maybe have rspContent not null --- src/query/src/queryMain.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/query/src/queryMain.c b/src/query/src/queryMain.c index 006f64faa4..491a6c2f20 100644 --- a/src/query/src/queryMain.c +++ b/src/query/src/queryMain.c @@ -365,7 +365,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, -- GitLab