reset blankFill

This commit is contained in:
factosea 2024-01-30 20:24:59 +08:00
parent 5d731dc9a4
commit 9c0d2e603a
1 changed files with 2 additions and 0 deletions

View File

@ -663,6 +663,8 @@ static void initNextGroupScan(STableScanInfo* pInfo, STableKeyInfo** pKeyInfo, i
pInfo->tableEndIndex = (pInfo->tableStartIndex + (*size) - 1);
pInfo->pResBlock->info.blankFill = false;
if (!pInfo->needCountEmptyTable) {
pInfo->countState = TABLE_COUNT_STATE_END;
} else {