diff --git a/pkg/chunkenc/organized_head.go b/pkg/chunkenc/organized_head.go index b88bccfa421c9..1bdc84111f13e 100644 --- a/pkg/chunkenc/organized_head.go +++ b/pkg/chunkenc/organized_head.go @@ -286,7 +286,7 @@ func (e *organizedBufferedIterator) Next() bool { e.Close() return false } - structuredMetadata, ok := e.nextMetadata() + structuredMetadata, _ := e.nextMetadata() // there can be cases when there's no structured metadata? // if !ok { // e.Close()