deps: update arrow and parquet #1492
Annotations
10 errors and 11 warnings
lint:
cmd/parquet-reencode/main.go#L8
import 'github.com/parquet-go/parquet-go' is not allowed from list 'Main' (depguard)
|
lint:
cmd/parquet-reencode/main.go#L11
import 'github.com/polarsignals/frostdb/dynparquet' is not allowed from list 'Main' (depguard)
|
lint:
cmd/parquet-reencode/main.go#L12
import 'github.com/polarsignals/frostdb/gen/proto/go/frostdb/schema/v1alpha1' is not allowed from list 'Main' (depguard)
|
lint:
db.go#L18
import 'github.com/apache/arrow/go/v14/arrow/ipc' is not allowed from list 'Main' (depguard)
|
lint:
db.go#L19
import 'github.com/go-kit/log' is not allowed from list 'Main' (depguard)
|
lint:
db.go#L20
import 'github.com/go-kit/log/level' is not allowed from list 'Main' (depguard)
|
lint:
db.go#L21
import 'github.com/oklog/ulid' is not allowed from list 'Main' (depguard)
|
lint:
db.go#L22
import 'github.com/prometheus/client_golang/prometheus' is not allowed from list 'Main' (depguard)
|
lint:
db.go#L23
import 'github.com/prometheus/client_golang/prometheus/promauto' is not allowed from list 'Main' (depguard)
|
lint:
db.go#L29
import 'github.com/polarsignals/frostdb/dynparquet' is not allowed from list 'Main' (depguard)
|
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
lint
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
lint
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
lint:
dynparquet/nil_chunk.go#L220
unused-parameter: parameter 'i' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
dynparquet/schema.go#L472
unused-parameter: parameter 'layout' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
dynparquet/schema.go#L1293
redefines-builtin-id: redefinition of the built-in function new (revive)
|
lint:
dynparquet/schema.go#L1375
redefines-builtin-id: redefinition of the built-in function new (revive)
|
lint:
index/lsm.go#L300
empty-block: this block is empty, you can remove it (revive)
|
lint:
index/lsm.go#L306
empty-block: this block is empty, you can remove it (revive)
|
lint:
index/lsm_test.go#L19
unused-parameter: parameter 'options' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
pqarrow/arrow.go#L611
unused-parameter: parameter 'pool' seems to be unused, consider removing or renaming it as _ (revive)
|