We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 469c86c commit e014d14Copy full SHA for e014d14
integration/parquet_querier_test.go
@@ -353,7 +353,7 @@ func TestParquetProjectionPushdown(t *testing.T) {
353
for _, series := range matrix {
354
actualLabels := make(map[string]struct{})
355
for _, label := range series.Metric {
356
- actualLabels[string(label.Name)] = struct{}{}
+ actualLabels[string(label)] = struct{}{}
357
}
358
359
// Check that all expected labels are present
0 commit comments