stream scan checkpoint

This commit is contained in:
liuyao 2023-07-10 10:22:09 +08:00
parent fa8025f337
commit e1134423de
1 changed files with 2 additions and 0 deletions

View File

@ -2185,6 +2185,8 @@ FETCH_NEXT_BLOCK:
pAPI->stateStore.streamStateCommit(pInfo->pState);
pAPI->stateStore.streamStateDeleteCheckPoint(pInfo->pState, pInfo->twAggSup.maxTs - pInfo->twAggSup.deleteMark);
}
printDataBlock(pBlock, "stream scan ck");
return pBlock;
}
return NULL;