fix CI case

This commit is contained in:
Hongze Cheng 2023-07-03 15:01:05 +08:00
parent 214c92264c
commit 8384b6ce29
1 changed files with 4 additions and 4 deletions

View File

@ -920,10 +920,10 @@ static int32_t doLoadBlockIndex(STsdbReader* pReader, SDataFileReader* pFileRead
ASSERT(pBrinBlk->minTbid.suid <= pReader->suid && pBrinBlk->maxTbid.suid >= pReader->suid); ASSERT(pBrinBlk->minTbid.suid <= pReader->suid && pBrinBlk->maxTbid.suid >= pReader->suid);
if (pBrinBlk->maxTbid.uid < pList->tableUidList[j]) { // if (pBrinBlk->maxTbid.uid < pList->tableUidList[j]) {
i += 1; // i += 1;
continue; // continue;
} // }
// this block belongs to a table that is not queried. // this block belongs to a table that is not queried.
STableBlockScanInfo* pScanInfo = STableBlockScanInfo* pScanInfo =