fix(query): add comment.

This commit is contained in:
Haojun Liao 2022-12-21 16:25:18 +08:00
parent d1b85f893e
commit d5a770c98a
1 changed files with 1 additions and 1 deletions

View File

@ -2482,7 +2482,7 @@ static int32_t buildComposedDataBlock(STsdbReader* pReader) {
int32_t nextIndex = -1;
SBlockIndex bIndex = {0};
pBlockInfo = getCurrentBlockInfo(&pReader->status.blockIter);
pBlockInfo = getCurrentBlockInfo(&pReader->status.blockIter); // NOTE: get the new block info
bool hasNeighbor = getNeighborBlockOfSameTable(pBlockInfo, pBlockScanInfo, &nextIndex, pReader->order, &bIndex);
if (!hasNeighbor) { // do nothing