Skip to content

fix(mysql): gofumpt formatting in cdc.go#4586

Merged
dtunikov merged 1 commit into
mainfrom
fix-mysql-cdc-gofumpt
Jul 15, 2026
Merged

fix(mysql): gofumpt formatting in cdc.go#4586
dtunikov merged 1 commit into
mainfrom
fix-mysql-cdc-gofumpt

Conversation

@dtunikov

Copy link
Copy Markdown
Collaborator

Problem

gofumpt (via golangci-lint) is failing on main for flow/connectors/mysql/cdc.go. The multi-line function signatures/calls introduced by recent commits don't have their closing ) on their own line, which gofumpt requires. This blocks unrelated PRs since CI checks the PR merged with its base.

Fix

Run gofumpt -w on flow/connectors/mysql/cdc.go. Purely formatting — no behavior change:

  • processAlterTableQuery call: closing ) moved to its own line
  • recordColumnTypeChange signature: closing ) moved to its own line
  • logger.Warn call: first arg moved onto its own line

gofumpt -l now reports clean and go build ./connectors/mysql/ passes.

🤖 Generated with Claude Code

Reformat multi-line signatures/calls in cdc.go to satisfy gofumpt.
These were flagged by CI on main.

Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
@dtunikov
dtunikov requested a review from a team as a code owner July 15, 2026 12:28
@dtunikov
dtunikov enabled auto-merge (squash) July 15, 2026 12:28
@claude

claude Bot commented Jul 15, 2026

Copy link
Copy Markdown

Code review

No issues found. Checked for bugs and CLAUDE.md compliance.

@dtunikov
dtunikov merged commit 2d64903 into main Jul 15, 2026
18 checks passed
@dtunikov
dtunikov deleted the fix-mysql-cdc-gofumpt branch July 15, 2026 13:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants