fix(query): fix interp + fill(linear) datapoint outside interpolation window
will be included TD-18392
This commit is contained in:
parent
240747abed
commit
f20887ee97
|
@ -2413,12 +2413,12 @@ static SSDataBlock* doTimeslice(SOperatorInfo* pOperator) {
|
|||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (pSliceInfo->current > pSliceInfo->win.ekey) {
|
||||
doSetOperatorCompleted(pOperator);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
if (ts == pSliceInfo->current) {
|
||||
for (int32_t j = 0; j < pOperator->exprSupp.numOfExprs; ++j) {
|
||||
|
|
Loading…
Reference in New Issue