stream scan checkpoint
This commit is contained in:
parent
fa8025f337
commit
e1134423de
|
@ -2185,6 +2185,8 @@ FETCH_NEXT_BLOCK:
|
||||||
pAPI->stateStore.streamStateCommit(pInfo->pState);
|
pAPI->stateStore.streamStateCommit(pInfo->pState);
|
||||||
pAPI->stateStore.streamStateDeleteCheckPoint(pInfo->pState, pInfo->twAggSup.maxTs - pInfo->twAggSup.deleteMark);
|
pAPI->stateStore.streamStateDeleteCheckPoint(pInfo->pState, pInfo->twAggSup.maxTs - pInfo->twAggSup.deleteMark);
|
||||||
}
|
}
|
||||||
|
printDataBlock(pBlock, "stream scan ck");
|
||||||
|
return pBlock;
|
||||||
}
|
}
|
||||||
|
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
Loading…
Reference in New Issue