fix: last cache rebuild from multi brinBlk

This commit is contained in:
Shungang Li 2024-06-07 14:46:43 +08:00
parent 9739c9d7d5
commit f9950d5fa3
1 changed files with 1 additions and 1 deletions

View File

@ -2772,7 +2772,7 @@ static int32_t getNextRowFromFS(void *iter, TSDBROW **ppRow, bool *pIgnoreEarlie
}
state->state = SFSNEXTROW_INDEXLIST;
state->iBrinIndex = indexSize;
state->iBrinIndex = 1;
}
_check_stt_data: