From 8384b6ce29a1cdc6daaf6d1d0da743f51a58b8f9 Mon Sep 17 00:00:00 2001 From: Hongze Cheng Date: Mon, 3 Jul 2023 15:01:05 +0800 Subject: [PATCH] fix CI case --- source/dnode/vnode/src/tsdb/tsdbRead2.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/dnode/vnode/src/tsdb/tsdbRead2.c b/source/dnode/vnode/src/tsdb/tsdbRead2.c index 00a613eded..7014f9517e 100644 --- a/source/dnode/vnode/src/tsdb/tsdbRead2.c +++ b/source/dnode/vnode/src/tsdb/tsdbRead2.c @@ -920,10 +920,10 @@ static int32_t doLoadBlockIndex(STsdbReader* pReader, SDataFileReader* pFileRead ASSERT(pBrinBlk->minTbid.suid <= pReader->suid && pBrinBlk->maxTbid.suid >= pReader->suid); - if (pBrinBlk->maxTbid.uid < pList->tableUidList[j]) { - i += 1; - continue; - } + // if (pBrinBlk->maxTbid.uid < pList->tableUidList[j]) { + // i += 1; + // continue; + // } // this block belongs to a table that is not queried. STableBlockScanInfo* pScanInfo =