提交 c5a44697 编写于 作者: H hjxilinx

[TD-28] fix bugs.

上级 3aa3c820
...@@ -4013,7 +4013,7 @@ bool normalizedFirstQueryRange(bool dataInDisk, bool dataInCache, STableQuerySup ...@@ -4013,7 +4013,7 @@ bool normalizedFirstQueryRange(bool dataInDisk, bool dataInCache, STableQuerySup
} }
// needs the data before the begin timestamp of query time window // needs the data before the begin timestamp of query time window
if ((*key) != pQuery->skey) { if (nextKey != pQuery->skey) {
if (!pRuntimeEnv->hasTimeWindow) { if (!pRuntimeEnv->hasTimeWindow) {
pQuery->skey = nextKey; // change the query skey pQuery->skey = nextKey; // change the query skey
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册