提交 3b91d525 编写于 作者: H hjxilinx

[TD-28] fix bugs in sliding query when interpolation is involved.

上级 c5a44697
......@@ -2087,7 +2087,7 @@ static void doInterpolatePrevTimeWindow(SQueryRuntimeEnv* pRuntimeEnv, SWindowRe
SQuery* pQuery = pRuntimeEnv->pQuery;
int32_t slot = pWindowResInfo->curIndex;
if (slot == -1) {
if (slot == -1 || !pRuntimeEnv->interpoSearch) {
return;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册