stream operator checkpoint

This commit is contained in:
liuyao 2023-07-10 11:16:50 +08:00
parent 84f0dfd6d4
commit f4df89f755
1 changed files with 0 additions and 1 deletions

View File

@ -2185,7 +2185,6 @@ FETCH_NEXT_BLOCK:
if (pBlock->info.type == STREAM_CHECKPOINT) {
streamScanOperatorSaveCheckpoint(pInfo);
pAPI->stateStore.streamStateCommit(pInfo->pState);
pAPI->stateStore.streamStateDeleteCheckPoint(pInfo->pState, pInfo->twAggSup.maxTs - pInfo->twAggSup.deleteMark);
}
printDataBlock(pBlock, "stream scan ck");
return pInfo->pCheckpointRes;