fix(query): assign index back.

This commit is contained in:
Haojun Liao 2022-09-19 15:42:03 +08:00
parent 01adee2f53
commit d48a563260
1 changed files with 1 additions and 0 deletions

View File

@ -320,6 +320,7 @@ void tLDataIterNextBlock(SLDataIter *pIter) {
pIter->pSttBlk = NULL;
if (index != -1) {
pIter->iSttBlk = index;
pIter->pSttBlk = (SSttBlk *)taosArrayGet(pIter->pBlockLoadInfo->aSttBlk, pIter->iSttBlk);
}
}