未验证 提交 43881c14 编写于 作者: H Hui Li 提交者: GitHub

Merge pull request #16238 from taosdata/fix/TD-18392

fix(query): fix interp + fill(linear) datapoints outside interpolation window are included
......@@ -2413,11 +2413,11 @@ static SSDataBlock* doTimeslice(SOperatorInfo* pOperator) {
break;
}
}
}
if (pSliceInfo->current > pSliceInfo->win.ekey) {
doSetOperatorCompleted(pOperator);
break;
}
if (pSliceInfo->current > pSliceInfo->win.ekey) {
doSetOperatorCompleted(pOperator);
break;
}
if (ts == pSliceInfo->current) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册