提交 9b26068a 编写于 作者: L lihui

[TD-112]

上级 90c76ea1
...@@ -4020,16 +4020,7 @@ bool normalizedFirstQueryRange(bool dataInDisk, bool dataInCache, STableQuerySup ...@@ -4020,16 +4020,7 @@ bool normalizedFirstQueryRange(bool dataInDisk, bool dataInCache, STableQuerySup
*key = nextKey; *key = nextKey;
} }
// needs the data before the begin timestamp of query time window return doGetQueryPos(nextKey, pSupporter, pPointInterpSupporter);
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);
}
} }
// set no data in file // set no data in file
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册