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

fix(query): update check.

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