fix:remove invalid assert.
This commit is contained in:
parent
484788a60f
commit
afc384bead
|
@ -60,7 +60,6 @@ static int32_t doDumpResult(SStreamTask* pTask, SStreamQueueItem* pItem, SArray*
|
|||
*totalSize += size;
|
||||
*totalBlocks += numOfBlocks;
|
||||
|
||||
ASSERT(taosArrayGetSize(pRes) == 0);
|
||||
destroyStreamDataBlock(pStreamBlocks);
|
||||
} else {
|
||||
taosArrayDestroyEx(pRes, (FDelete)blockDataFreeRes);
|
||||
|
|
Loading…
Reference in New Issue