Skip to content

Commit

Permalink
seeds block ref during block querier construction
Browse files Browse the repository at this point in the history
Signed-off-by: Owen Diehl <[email protected]>
  • Loading branch information
owen-d committed Jan 24, 2024
1 parent 7295829 commit ce31961
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/storage/bloom/v1/block.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ type BlockQuerier struct {

func NewBlockQuerier(b *Block) *BlockQuerier {
return &BlockQuerier{
block: b,
series: NewLazySeriesIter(b),
blooms: NewLazyBloomIter(b),
}
Expand Down

0 comments on commit ce31961

Please sign in to comment.