wip #10433
Annotations
10 errors
Run Tests:
tempodb/encoding/v2/backend_block.go#L28
cannot use (*BackendBlock)(nil) (value of type *BackendBlock) as common.Finder value in variable declaration: *BackendBlock does not implement common.Finder (wrong type for method FindTraceByID)
|
Run Tests:
tempodb/encoding/v2/wal_block.go#L28
cannot use (*walBlock)(nil) (value of type *walBlock) as common.WALBlock value in variable declaration: *walBlock does not implement common.WALBlock (wrong type for method FindTraceByID)
|
Run Tests:
tempodb/encoding/v2/wal_block.go#L78
cannot use h (variable of type *walBlock) as common.WALBlock value in return statement: *walBlock does not implement common.WALBlock (wrong type for method FindTraceByID)
|
Run Tests:
tempodb/encoding/v2/wal_block.go#L139
cannot use b (variable of type *walBlock) as common.WALBlock value in return statement: *walBlock does not implement common.WALBlock (wrong type for method FindTraceByID)
|
Run Tests:
tempodb/encoding/v2/encoding.go#L27
cannot use NewBackendBlock(meta, r) (value of type *BackendBlock) as common.BackendBlock value in return statement: *BackendBlock does not implement common.BackendBlock (wrong type for method FindTraceByID)
|
Run Tests:
tempodb/encoding/vparquet3/block.go#L25
cannot use (*backendBlock)(nil) (value of type *backendBlock) as common.BackendBlock value in variable declaration: *backendBlock does not implement common.BackendBlock (wrong type for method FindTraceByID)
|
Run Tests:
tempodb/encoding/vparquet3/wal_block.go#L29
cannot use (*walBlock)(nil) (value of type *walBlock) as common.WALBlock value in variable declaration: *walBlock does not implement common.WALBlock (wrong type for method FindTraceByID)
|
Run Tests:
tempodb/encoding/vparquet3/wal_block.go#L148
cannot use b (variable of type *walBlock) as common.WALBlock value in return statement: *walBlock does not implement common.WALBlock (wrong type for method FindTraceByID)
|
Run Tests:
tempodb/encoding/vparquet3/encoding.go#L25
cannot use newBackendBlock(meta, r) (value of type *backendBlock) as common.BackendBlock value in return statement: *backendBlock does not implement common.BackendBlock (wrong type for method FindTraceByID)
|
Run Tests:
tempodb/encoding/vparquet3/encoding.go#L47
cannot use createWALBlock(meta, filepath, dataEncoding, ingestionSlack) (value of type *walBlock) as common.WALBlock value in return statement: *walBlock does not implement common.WALBlock (wrong type for method FindTraceByID)
|
Loading