Merge pull request #26083 from taosdata/fix/TD-30200-3.0

fix: last cache rebuild from multi brinBlk
This commit is contained in:
Hongze Cheng 2024-06-11 13:46:55 +08:00 committed by GitHub
commit 5c1c65751a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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: