fix: (last) iterator of nextRowIterGet
This commit is contained in:
parent
0e595fa768
commit
0c4e863b56
|
@ -3064,9 +3064,8 @@ static int32_t nextRowIterGet(CacheNextRowIter *pIter, TSDBROW **ppRow, bool *pI
|
||||||
|
|
||||||
iMax[nMax] = i;
|
iMax[nMax] = i;
|
||||||
max[nMax++] = pIter->input[i].pRow;
|
max[nMax++] = pIter->input[i].pRow;
|
||||||
} else {
|
|
||||||
pIter->input[i].next = false;
|
|
||||||
}
|
}
|
||||||
|
pIter->input[i].next = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue