perf(core): Add a count min sketch for eq filter #12603
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
|