refactor: do some internal refactor.

This commit is contained in:
Haojun Liao 2023-06-02 15:43:38 +08:00
parent 2edba85efe
commit 3d7defa881
1 changed files with 2 additions and 0 deletions

View File

@ -2113,6 +2113,8 @@ FETCH_NEXT_BLOCK:
pBlock->info.dataLoad = 1;
blockDataUpdateTsWindow(pBlock, pInfo->primaryTsIndex);
qDebug("%" PRId64 " rows in datablock, update res:%" PRId64 " %s", pBlockInfo->rows,
pInfo->pUpdateDataRes->info.rows, id);
if (pBlockInfo->rows > 0 || pInfo->pUpdateDataRes->info.rows > 0) {
break;
}