fix(query): remove invalid assert.
This commit is contained in:
parent
45d78aff8c
commit
4aeb3c5c90
|
@ -2224,7 +2224,6 @@ int32_t setQueryResultFromRsp(SReqResultInfo* pResultInfo, const SRetrieveTableR
|
|||
} else {
|
||||
pResultInfo->pData = (void*)pRsp->data;
|
||||
pResultInfo->payloadLen = htonl(pRsp->compLen);
|
||||
ASSERT(pRsp->compLen == pRsp->payloadLen);
|
||||
}
|
||||
|
||||
// TODO handle the compressed case
|
||||
|
|
Loading…
Reference in New Issue