fix(stream): set the correct end key of delete block.
This commit is contained in:
parent
f359a0dca3
commit
fe21943c9c
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue