提交 fc6360c3 编写于 作者: H hjxilinx

[TD-28] fix new bug for projection query.

上级 e148002c
...@@ -4021,6 +4021,7 @@ bool normalizedFirstQueryRange(bool dataInDisk, bool dataInCache, STableQuerySup ...@@ -4021,6 +4021,7 @@ bool normalizedFirstQueryRange(bool dataInDisk, bool dataInCache, STableQuerySup
if (nextKey != 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
pQuery->lastKey = pQuery->skey;
} }
return true; return true;
} else { } else {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册