From 60699c7895515d025a8314f67d38a5bd320bcb1a Mon Sep 17 00:00:00 2001 From: 54liuyao <54liuyao> Date: Fri, 19 Jul 2024 17:53:56 +0800 Subject: [PATCH] adj operator result --- source/libs/executor/src/scanoperator.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/libs/executor/src/scanoperator.c b/source/libs/executor/src/scanoperator.c index 2c5f09e394..207c81fcb9 100644 --- a/source/libs/executor/src/scanoperator.c +++ b/source/libs/executor/src/scanoperator.c @@ -1553,14 +1553,14 @@ static void prepareRangeScan(SStreamScanInfo* pInfo, SSDataBlock* pBlock, int32_ if (pBlock->info.rows == 0) { if (pRes) { (*pRes) = false; - goto _end; } + goto _end; } if ((*pRowIndex) == pBlock->info.rows) { if (pRes) { (*pRes) = false; - goto _end; } + goto _end; } ASSERT(taosArrayGetSize(pBlock->pDataBlock) >= 3);