Skip to content

Fix modernize lint failure in parquet converter integration test - #7847

Merged
friedrichg merged 1 commit into
masterfrom
fix-modernize-parquet-converter-test
Sep 18, 2026
Merged

friedrichg merged 1 commit into
masterfrom
fix-modernize-parquet-converter-test

Conversation

@friedrichg

Copy link
Copy Markdown
Member

golangci-lint run fails on master:

integration/parquet_converter_test.go:118:55: any: interface{} can be replaced by any (modernize)

#7824 enabled the modernize linter and swept the tree, but this file sits behind the requires_docker and integration build tags, so one occurrence was missed.

Replaces interface{} with any in the Poll callback. Test-only, no user-facing change, so no CHANGELOG entry.

Verified with golangci-lint 2.13.1 (the version pinned in build-image/Dockerfile): 0 issues. go vet -tags="requires_docker,integration" ./integration/ is also clean.

Signed-off-by: Friedrich Gonzalez <1517449+friedrichg@users.noreply.github.com>
@friedrichg
friedrichg requested a review from a team as a code owner September 17, 2026 23:19
@SungJin1212

Copy link
Copy Markdown
Member

@friedrichg
The .golangci.yaml includes the requires_docker tag, but that test did not exist at the time the CI last ran.

@friedrichg
friedrichg merged commit 814dc06 into master Sep 18, 2026
40 checks passed
@friedrichg
friedrichg deleted the fix-modernize-parquet-converter-test branch September 18, 2026 01:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants