fix(query): update check.

This commit is contained in:
Haojun Liao 2022-09-23 14:33:52 +08:00
parent 91c86188fc
commit 4935b8f391
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
}