fix: update nextRowIterGet of tsdbCache

This commit is contained in:
Benguang Zhao 2022-12-26 20:51:57 +08:00
parent fda2f55fe5
commit 137e7d009d
1 changed files with 2 additions and 0 deletions

View File

@ -1080,6 +1080,8 @@ static int32_t nextRowIterGet(CacheNextRowIter *pIter, TSDBROW **ppRow) {
iMax[nMax] = i; iMax[nMax] = i;
max[nMax++] = pIter->input[i].pRow; max[nMax++] = pIter->input[i].pRow;
} else {
pIter->input[i].next = false;
} }
} }
} }