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 eca7a7f commit fde1b2eCopy full SHA for fde1b2e
1 file changed
pkg/parcacol/querier.go
@@ -120,7 +120,6 @@ func (q *Querier) Labels(
120
Filter(logicalplan.And(filterExpr...)).
121
Distinct(logicalplan.DynCol(profile.ColumnLabels)).
122
Execute(ctx, func(ctx context.Context, r arrow.Record) error {
123
- r.Retain()
124
for i := 0; i < int(r.NumCols()); i++ {
125
col := r.ColumnName(i)
126
0 commit comments