提交 4935b8f3 编写于 作者: H Haojun Liao

fix(query): update check.

上级 91c86188
...@@ -1292,7 +1292,7 @@ static bool doCheckforDatablockOverlap(STableBlockScanInfo* pBlockScanInfo, cons ...@@ -1292,7 +1292,7 @@ static bool doCheckforDatablockOverlap(STableBlockScanInfo* pBlockScanInfo, cons
return true; return true;
} }
} else { } else {
if (pnext->ts >= pBlock->minKey.ts && pnext->version >= pBlock->minVer) { if (pnext->ts >= pBlock->minKey.ts) {
return true; return true;
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册