Skip to content

Enhance file download handling for lakectl to skip stat object #19699

Enhance file download handling for lakectl to skip stat object

Enhance file download handling for lakectl to skip stat object #19699

Triggered via pull request September 25, 2025 06:43
Status Failure
Total duration 11m 46s
Artifacts

test.yaml

on: pull_request
Run Linters and Checkers
4m 11s
Run Linters and Checkers
Run Go tests
11m 41s
Run Go tests
Fit to window
Zoom out
Zoom in

Annotations

4 errors
Run Linters and Checkers
Process completed with exit code 2.
Run Linters and Checkers: pkg/api/helpers/download.go#L220
SA6002: argument should be pointer-like to avoid allocations (staticcheck)
Run Linters and Checkers: cmd/lakectl/cmd/fs_download.go#L71
Magic number: 2, in <argument> detected (mnd)
Run Linters and Checkers: pkg/api/helpers/download.go#L106
ifElseChain: rewrite if-else to switch statement (gocritic)