Skip to content

Commit

Permalink
fix(chstorage): use proper column type when querying samples
Browse files Browse the repository at this point in the history
  • Loading branch information
tdakkota committed Jul 5, 2024
1 parent 6953309 commit 3266f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/chstorage/querier_logs_query.go
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ func (v *SampleQuery) Execute(ctx context.Context, q *Querier) (_ logqlengine.Sa
Sample: proto.ColFloat64{},
Labels: proto.NewMap(
new(proto.ColStr),
new(proto.ColStr),
new(proto.ColStr).LowCardinality(),
),
}

Expand Down

0 comments on commit 3266f22

Please sign in to comment.