Skip to content

perf(core): Add a count min sketch for eq filter #12603

perf(core): Add a count min sketch for eq filter

perf(core): Add a count min sketch for eq filter #12603

Triggered via pull request January 14, 2025 10:09
Status Failure
Total duration 1m 50s
Artifacts

ci-golang-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 1 warning
lint: algo/cm-sketch.go#L66
G115: integer overflow conversion uint64 -> uint32 (gosec)
lint: algo/cm-sketch.go#L67
G115: integer overflow conversion uint64 -> uint32 (gosec)
lint: algo/cm-sketch.go#L266
G115: integer overflow conversion uint -> int (gosec)
lint: worker/task.go#L842
G115: integer overflow conversion int -> uint64 (gosec)
lint: algo/cm-sketch.go#L81
for loop can be changed to use an integer range (Go 1.22+) (intrange)
lint: algo/cm-sketch.go#L117
for loop can be changed to use an integer range (Go 1.22+) (intrange)
lint: algo/cm-sketch.go#L142
for loop can be changed to use an integer range (Go 1.22+) (intrange)
lint: algo/cm-sketch.go#L129
SA4003: no value of type uint64 is less than 0 (staticcheck)
lint
issues found
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636