fix: enable add open window only when interval interpolation
This commit is contained in:
parent
c9a7f27e7c
commit
2a9faaa326
|
@ -1029,7 +1029,7 @@ static void hashIntervalAgg(SOperatorInfo* pOperatorInfo, SResultRowInfo* pResul
|
||||||
(!ascScan && ekey >= pBlock->info.window.skey)) {
|
(!ascScan && ekey >= pBlock->info.window.skey)) {
|
||||||
// window start(end) key interpolation
|
// window start(end) key interpolation
|
||||||
doWindowBorderInterpolation(pInfo, pBlock, pResult, &nextWin, startPos, forwardRows, pSup);
|
doWindowBorderInterpolation(pInfo, pBlock, pResult, &nextWin, startPos, forwardRows, pSup);
|
||||||
} else {
|
} else if (pInfo->timeWindowInterpo) {
|
||||||
addToOpenWindowList(pResultRowInfo, pResult, tableGroupId);
|
addToOpenWindowList(pResultRowInfo, pResult, tableGroupId);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue