feat: use Distinct instead of Project for profile metadata queries #26358
Triggered via pull request
September 17, 2025 03:56
Status
Failure
Total duration
8m 10s
Artifacts
–
go-lint.yml
on: pull_request
Skip check
6s
Go Lint
7m 57s
Annotations
10 errors
|
Go Lint:
pkg/profilestore/profilecolumnstore.go#L219
SA1019: r.Record is deprecated: Use [RecordBatch] instead. (staticcheck)
|
|
Go Lint:
pkg/parcacol/querier.go#L1178
SA1019: w.RecordBuilder.NewRecord is deprecated: Use [NewRecordBatch] instead. (staticcheck)
|
|
Go Lint:
pkg/parcacol/querier.go#L1014
SA1019: array.NewRecord is deprecated: Use [NewRecordBatch] instead. (staticcheck)
|
|
Go Lint:
pkg/parcacol/arrow.go#L319
SA1019: w.RecordBuilder.NewRecord is deprecated: Use [NewRecordBatch] instead. (staticcheck)
|
|
Go Lint:
pkg/normalizer/normalizer.go#L328
SA1019: b.NewRecord is deprecated: Use [NewRecordBatch] instead. (staticcheck)
|
|
Go Lint:
pkg/normalizer/arrow.go#L379
SA1019: array.NewRecord is deprecated: Use [NewRecordBatch] instead. (staticcheck)
|
|
Go Lint:
pkg/normalizer/arrow.go#L109
SA1019: array.NewRecord is deprecated: Use [NewRecordBatch] instead. (staticcheck)
|
|
Go Lint:
pkg/ingester/ingester.go#L47
SA1019: arrow.Record is deprecated: This is deprecated to avoid the confusion of the terminology where Record refers to a single row, use [RecordBatch] instead. (staticcheck)
|
|
Go Lint:
pkg/ingester/ingester.go#L29
SA1019: arrow.Record is deprecated: This is deprecated to avoid the confusion of the terminology where Record refers to a single row, use [RecordBatch] instead. (staticcheck)
|
|
Go Lint:
pkg/ingester/ingester.go#L25
SA1019: arrow.Record is deprecated: This is deprecated to avoid the confusion of the terminology where Record refers to a single row, use [RecordBatch] instead. (staticcheck)
|