Skip to content

Commit

Permalink
fix: Add a missing continue in fuse which may cause incorrect bloom…
Browse files Browse the repository at this point in the history
… test result (#12650)
  • Loading branch information
honganan authored Apr 17, 2024
1 parent 41246a0 commit 0d1ebeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/storage/bloom/v1/fuse.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ func (fq *FusedQuerier) Run() error {
Removals: nil,
}
}
continue
}

// Now that we've found the series, we need to find the unpack the bloom
Expand Down

0 comments on commit 0d1ebeb

Please sign in to comment.