fix: reset rows before reuse block

This commit is contained in:
dapan1121 2023-07-19 13:42:15 +08:00
parent 6960872515
commit 38be8f2a8e
1 changed files with 1 additions and 0 deletions

View File

@ -149,6 +149,7 @@ void blockDataDeepCleanup(SSDataBlock* pDataBlock) {
}
}
pDataBlock->info.capacity = 0;
pDataBlock->info.rows = 0;
}
static int32_t buildGroupCacheBaseBlock(SSDataBlock** ppDst, SSDataBlock* pSrc) {