fix(tsdb/cache): break loop to return current row

This commit is contained in:
Minglei Jin 2023-03-17 11:41:17 +08:00
parent a8d146c512
commit ca115b1c87
1 changed files with 1 additions and 1 deletions

View File

@ -668,7 +668,7 @@ static int32_t getNextRowFromFSLast(void *iter, TSDBROW **ppRow, bool *pIgnoreEa
*pIgnoreEarlierTs = false;
if (!hasVal) {
state->state = SFSLASTNEXTROW_FILESET;
goto _next_fileset;
break;
}
if (checkRemainingRow) {