restore buildBlockFromBufferSequentially back

This commit is contained in:
shenglian zhou 2023-11-29 10:29:40 +08:00
parent 8a79df1113
commit 4691a7767a
1 changed files with 2 additions and 2 deletions

View File

@ -2978,7 +2978,7 @@ static int32_t buildBlockFromBufferSequentially(STsdbReader* pReader, int64_t en
if (!hasNexTable) {
return TSDB_CODE_SUCCESS;
}
continue;
pBlockScanInfo = pStatus->pTableIter;
}
initMemDataIterator(*pBlockScanInfo, pReader);