fix(stream): set the correct end key of delete block.

This commit is contained in:
Haojun Liao 2023-07-31 14:23:46 +08:00
parent f359a0dca3
commit fe21943c9c
1 changed files with 1 additions and 1 deletions

View File

@ -2043,7 +2043,7 @@ FETCH_NEXT_BLOCK:
}
setBlockGroupIdByUid(pInfo, pDelBlock);
rebuildDeleteBlockData(pDelBlock, pStreamInfo->fillHistoryWindow.skey, id);
rebuildDeleteBlockData(pDelBlock, &pStreamInfo->fillHistoryWindow, id);
printDataBlock(pDelBlock, "stream scan delete recv filtered");
if (pDelBlock->info.rows == 0) {
if (pInfo->tqReader) {