fix: enable add open window only when interval interpolation

This commit is contained in:
slzhou 2022-08-26 19:05:37 +08:00
parent c9a7f27e7c
commit 2a9faaa326
1 changed files with 1 additions and 1 deletions

View File

@ -1029,7 +1029,7 @@ static void hashIntervalAgg(SOperatorInfo* pOperatorInfo, SResultRowInfo* pResul
(!ascScan && ekey >= pBlock->info.window.skey)) {
// window start(end) key interpolation
doWindowBorderInterpolation(pInfo, pBlock, pResult, &nextWin, startPos, forwardRows, pSup);
} else {
} else if (pInfo->timeWindowInterpo) {
addToOpenWindowList(pResultRowInfo, pResult, tableGroupId);
}