fix(query): fix bug in iterating the table list.

This commit is contained in:
Haojun Liao 2023-05-26 10:10:10 +08:00
parent e24ce2111f
commit 974b59c238
1 changed files with 1 additions and 0 deletions

View File

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