adj operator result

This commit is contained in:
54liuyao 2024-07-19 17:53:56 +08:00
parent ed819d1054
commit 60699c7895
1 changed files with 2 additions and 2 deletions

View File

@ -1553,14 +1553,14 @@ static void prepareRangeScan(SStreamScanInfo* pInfo, SSDataBlock* pBlock, int32_
if (pBlock->info.rows == 0) { if (pBlock->info.rows == 0) {
if (pRes) { if (pRes) {
(*pRes) = false; (*pRes) = false;
goto _end;
} }
goto _end;
} }
if ((*pRowIndex) == pBlock->info.rows) { if ((*pRowIndex) == pBlock->info.rows) {
if (pRes) { if (pRes) {
(*pRes) = false; (*pRes) = false;
goto _end;
} }
goto _end;
} }
ASSERT(taosArrayGetSize(pBlock->pDataBlock) >= 3); ASSERT(taosArrayGetSize(pBlock->pDataBlock) >= 3);