fix(query): remove assert.

This commit is contained in:
Haojun Liao 2024-05-16 23:25:01 +08:00
parent 5307f15766
commit 63d9c82b87
1 changed files with 1 additions and 1 deletions

View File

@ -2224,7 +2224,7 @@ int32_t setQueryResultFromRsp(SReqResultInfo* pResultInfo, const SRetrieveTableR
} else {
pResultInfo->pData = (void*)pRsp->data;
pResultInfo->payloadLen = htonl(pRsp->compLen);
ASSERT(pRsp->compLen == pRsp->payloadLen);
// ASSERT(pRsp->compLen == pRsp->payloadLen);
}
// TODO handle the compressed case