From 6283581cb82509030c1ef0686ec02e704c7f8f7e Mon Sep 17 00:00:00 2001 From: Haojun Liao Date: Mon, 12 Dec 2022 13:19:59 +0800 Subject: [PATCH] fix(query): remove invalid update block timestamp range. --- source/libs/executor/src/timewindowoperator.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/libs/executor/src/timewindowoperator.c b/source/libs/executor/src/timewindowoperator.c index d9a011a892..30b7f6b8fb 100644 --- a/source/libs/executor/src/timewindowoperator.c +++ b/source/libs/executor/src/timewindowoperator.c @@ -1073,8 +1073,6 @@ static int32_t doOpenIntervalAgg(SOperatorInfo* pOperator) { // the pDataBlock are always the same one, no need to call this again setInputDataBlock(pSup, pBlock, pInfo->inputOrder, scanFlag, true); - blockDataUpdateTsWindow(pBlock, pInfo->primaryTsIndex); - hashIntervalAgg(pOperator, &pInfo->binfo.resultRowInfo, pBlock, scanFlag); }