Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/karsten/ptopk' into karsten/ptopk
Browse files Browse the repository at this point in the history
  • Loading branch information
jeschkies committed Oct 1, 2024
2 parents a390585 + a6dc3ce commit 0a04574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/logql/engine.go
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ func (q *query) evalSample(ctx context.Context, expr syntax.SampleExpr) (promql_
return JoinQuantileSketchVector(next, vec, stepEvaluator, q.params)
case CountMinSketchVector:
return JoinCountMinSketchVector(next, vec, stepEvaluator, q.params)
case LimitedLabelVector:
case HeapCountMinSketchVector:
return JoinCountMinSketchVector(next, vec.CountMinSketchVector, stepEvaluator, q.params)
default:
return nil, fmt.Errorf("unsupported result type: %T", r)
Expand Down

0 comments on commit 0a04574

Please sign in to comment.