提交 974b59c2 编写于 作者: H Haojun Liao

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

上级 e24ce211
...@@ -3433,6 +3433,7 @@ static int32_t buildBlockFromBufferSequentially(STsdbReader* pReader) { ...@@ -3433,6 +3433,7 @@ static int32_t buildBlockFromBufferSequentially(STsdbReader* pReader) {
if (!hasNexTable) { if (!hasNexTable) {
return TSDB_CODE_SUCCESS; return TSDB_CODE_SUCCESS;
} }
pBlockScanInfo = pStatus->pTableIter;
} }
initMemDataIterator(*pBlockScanInfo, pReader); initMemDataIterator(*pBlockScanInfo, pReader);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册