File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1590,7 +1590,7 @@ github.com/opencontainers/image-spec v1.1.0 h1:8SG7/vwALn54lVB/0yZ/MMwhFrPYtpEHQ
15901590github.com/opencontainers/image-spec v1.1.0 /go.mod h1:W4s4sFTMaBeK1BQLXbG4AdM2szdn85PY75RI83NrTrM =
15911591github.com/opentracing-contrib/go-grpc v0.1.2 h1:MP16Ozc59kqqwn1v18aQxpeGZhsBanJ2iurZYaQSZ+g =
15921592github.com/opentracing-contrib/go-grpc v0.1.2 /go.mod h1:glU6rl1Fhfp9aXUHkE36K2mR4ht8vih0ekOVlWKEUHM =
1593- github.com/opentracing-contrib/go-stdlib v1.1.0 h1:hSJ8yYaiAO/k2YZUeWJWpQCPE2wRCDtxRnir0gU6wbA =
1593+ github.com/opentracing-contrib/go-stdlib v1.1.0 h1:cZBWc4pA4e65tqTJddbflK435S0tDImj6c9BMvkdUH0 =
15941594github.com/opentracing-contrib/go-stdlib v1.1.0 /go.mod h1:S0p+X9p6dcBkoMTL+Qq2VOvxKs9ys5PpYWXWqlCS0bQ =
15951595github.com/opentracing/opentracing-go v1.1.0 /go.mod h1:UkNAQd3GIcIGf0SeVgPpRdFStlNbqXla1AfSYxPUl2o =
15961596github.com/opentracing/opentracing-go v1.2.0 h1:uEJPy/1a5RIPAJ0Ov+OIO8OxWu77jEv+1B0VhjKrZUs =
Original file line number Diff line number Diff line change @@ -353,7 +353,7 @@ func TestParquetProjectionPushdown(t *testing.T) {
353353 for _ , series := range matrix {
354354 actualLabels := make (map [string ]struct {})
355355 for _ , label := range series .Metric {
356- actualLabels [string (label . Name )] = struct {}{}
356+ actualLabels [string (label )] = struct {}{}
357357 }
358358
359359 // Check that all expected labels are present
You can’t perform that action at this time.
0 commit comments