fix: update nextRowIterGet of tsdbCache
This commit is contained in:
parent
fda2f55fe5
commit
137e7d009d
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue