Skip to content

Bloom Filter and Type Standardization #2689

Bloom Filter and Type Standardization

Bloom Filter and Type Standardization #2689

Triggered via pull request December 4, 2024 11:34
Status Failure
Total duration 35s
Artifacts

full-test-suite.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build: internal/eval/dump_restore.go#L32
invalid case object.ObjTypeString in switch on objType (mismatched types object.ObjectType and byte)
build: internal/eval/dump_restore.go#L34
invalid case object.ObjTypeInt in switch on objType (mismatched types object.ObjectType and byte)
build: internal/eval/dump_restore.go#L36
invalid case object.ObjTypeSet in switch on objType (mismatched types object.ObjectType and byte)
build: internal/eval/dump_restore.go#L38
invalid case object.ObjTypeJSON in switch on objType (mismatched types object.ObjectType and byte)
build: internal/eval/dump_restore.go#L43
invalid case object.ObjTypeByteArray in switch on objType (mismatched types object.ObjectType and byte)
build: internal/eval/dump_restore.go#L56
invalid case object.ObjTypeDequeue in switch on objType (mismatched types object.ObjectType and byte)
build: internal/eval/dump_restore.go#L58
invalid case object.ObjTypeBF in switch on objType (mismatched types object.ObjectType and byte)
build: internal/eval/dump_restore.go#L60
invalid case object.ObjTypeSortedSet in switch on objType (mismatched types object.ObjectType and byte)
build: internal/eval/dump_restore.go#L62
invalid case object.ObjTypeCountMinSketch in switch on objType (mismatched types object.ObjectType and byte)
build: internal/eval/dump_restore.go#L70
cannot use objType (variable of type byte) as object.ObjectType value in struct literal
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636