From afc384bead58c2db5526415092c9f424c1da1f90 Mon Sep 17 00:00:00 2001 From: Haojun Liao Date: Sat, 20 May 2023 14:44:34 +0800 Subject: [PATCH] fix:remove invalid assert. --- source/libs/stream/src/streamExec.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source/libs/stream/src/streamExec.c b/source/libs/stream/src/streamExec.c index eedf5fe90a..77bac6cee7 100644 --- a/source/libs/stream/src/streamExec.c +++ b/source/libs/stream/src/streamExec.c @@ -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); -- GitLab