Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ndk committed Feb 17, 2025
1 parent ff2bc15 commit 11f11e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tempodb/encoding/vparquet4/block_traceql.go
Original file line number Diff line number Diff line change
Expand Up @@ -2012,7 +2012,7 @@ func createSpanIterator(makeIter makeIterFn, innerIterators []parquetquery.Itera
parquetquery.NewJoinIterator(
DefinitionLevelResourceSpansILSSpanAttrs,
[]parquetquery.Iterator{
makeIter(columnPathSpanAttrKey, parquetquery.NewStringInPredicate([]string{cond.Attribute.Name}), "key"),
makeIter(columnPathResourceAttrKey, parquetquery.NewStringInPredicate([]string{cond.Attribute.Name}), "key"),
makeIter(columnPathResourceAttrDouble, pred, "float"),
},
&attributeCollector{},
Expand Down

0 comments on commit 11f11e5

Please sign in to comment.