提交 d2a312a3 编写于 作者: H Haojun Liao

[td-225] disable lastkeyfilter

上级 779cce77
......@@ -6922,12 +6922,12 @@ int32_t vnodeFilterQualifiedMeters(SQInfo *pQInfo, int32_t vid, tSidSet *pSidSet
if (QUERY_IS_ASC_QUERY(pQuery)) {
assert(skey >= pSupporter->rawSKey);
if (ekey < oldestKey || skey > pMeterObj->lastKeyOnFile) {
if (ekey < oldestKey/* || skey > pMeterObj->lastKeyOnFile*/) {
continue;
}
} else {
assert(skey <= pSupporter->rawSKey);
if (skey < oldestKey || ekey > pMeterObj->lastKeyOnFile) {
if (skey < oldestKey/* || ekey > pMeterObj->lastKeyOnFile*/) {
continue;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册