This commit is contained in:
Hongze Cheng 2022-09-01 14:25:24 +08:00
parent 28e520656b
commit 12cbd1c8bb
1 changed files with 0 additions and 1 deletions

View File

@ -457,7 +457,6 @@ static int32_t tsdbOpenCommitIter(SCommitter *pCommitter) {
iIter++;
}
} else {
pCommitter->toLastOnly = 0;
for (int32_t iLast = 0; iLast < pReader->pSet->nLastF; iLast++) {
SLastFile *pLastFile = pReader->pSet->aLastF[iLast];
if (pLastFile->size > pLastFile->offset) {