Skip to content

Commit 0d1ebeb

Browse files
authored
fix: Add a missing continue in fuse which may cause incorrect bloom test result (#12650)
1 parent 41246a0 commit 0d1ebeb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/storage/bloom/v1/fuse.go

+1
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ func (fq *FusedQuerier) Run() error {
9191
Removals: nil,
9292
}
9393
}
94+
continue
9495
}
9596

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

0 commit comments

Comments
 (0)