Skip to content

[MINOR][HOTFIX] Wrap overlong comment line in JDBCSuite to fix scalastyle#56446

Closed
viirya wants to merge 1 commit into
apache:masterfrom
viirya:fix-jdbcsuite-scalastyle
Closed

[MINOR][HOTFIX] Wrap overlong comment line in JDBCSuite to fix scalastyle#56446
viirya wants to merge 1 commit into
apache:masterfrom
viirya:fix-jdbcsuite-scalastyle

Conversation

@viirya

@viirya viirya commented Jun 11, 2026

Copy link
Copy Markdown
Member

What changes were proposed in this pull request?

Rewraps a 103-character comment line in JDBCSuite.scala introduced by SPARK-57332 (f5eabcb) so it fits the 100-character scalastyle limit. Comment-only change.

Why are the changes needed?

The overlong line fails dev/scalastyle, so the "Linters, licenses, and dependencies" job is currently red on master and on every open PR (PR CI merges with the latest master before running).

Does this PR introduce any user-facing change?

No.

How was this patch tested?

Verified no non-import line in the file exceeds 100 characters.

Was this patch authored or co-authored using generative AI tooling?

Generated-by: Claude Code

…tyle

SPARK-57332 (f5eabcb) introduced a 103-character comment line in
JDBCSuite.scala, breaking the scalastyle line-length check (max 100) and
failing the lint job for master and every open PR. Rewrap the comment.

Co-authored-by: Claude Code
@viirya viirya requested a review from cloud-fan June 11, 2026 06:18
@viirya viirya closed this Jun 11, 2026
@viirya

viirya commented Jun 11, 2026

Copy link
Copy Markdown
Member Author

#56441 already opens to fix it.

@viirya viirya deleted the fix-jdbcsuite-scalastyle branch June 11, 2026 06:25
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.

1 participant