fix: (last) iterator of nextRowIterGet

This commit is contained in:
Shungang Li 2024-10-21 17:03:51 +08:00
parent 0e595fa768
commit 0c4e863b56
1 changed files with 1 additions and 2 deletions

View File

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