chore(metastore): Update metastores after Flushing a dataobj #11842
Annotations
2 errors and 3 warnings
golangci-lint:
pkg/dataobj/consumer/partition_processor.go#L67
lostcancel: this return statement may be reached without using the cancel var defined on line 50 (govet)
|
golangci-lint
issues found
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
golangci-lint:
pkg/dataobj/internal/sections/streams/streams.go#L86
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
pkg/dataobj/metastore/metastore.go#L35
exported: type name will be used as metastore.MetastoreManager by other packages, and that stutters; consider calling this Manager (revive)
|
Loading