未验证 提交 727fcda1 编写于 作者: S slguan 提交者: GitHub

Merge pull request #1702 from taosdata/feature/lihui

[TD-112]
......@@ -4020,16 +4020,7 @@ bool normalizedFirstQueryRange(bool dataInDisk, bool dataInCache, STableQuerySup
*key = nextKey;
}
// needs the data before the begin timestamp of query time window
if ((nextKey != pQuery->skey) && (!isPointInterpoQuery(pQuery))) {
if (!pRuntimeEnv->hasTimeWindow) {
pQuery->skey = nextKey; // change the query skey
pQuery->lastKey = pQuery->skey;
}
return true;
} else {
return doGetQueryPos(nextKey, pSupporter, pPointInterpSupporter);
}
return doGetQueryPos(nextKey, pSupporter, pPointInterpSupporter);
}
// set no data in file
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册