Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-50218][BUILD] Upgrade checkstyle to 10.20.0 #48752

Closed
wants to merge 1 commit into from

Conversation

HyukjinKwon
Copy link
Member

What changes were proposed in this pull request?

This PR proposes to upgrade checkstyle to 10.20.0

Why are the changes needed?

To pick up bug fixes made, e.g., checkstyle/checkstyle#15687
See also https://github.com/checkstyle/checkstyle/releases

Does this PR introduce any user-facing change?

No, dev-only.

How was this patch tested?

Manually by:

./dev/lint-java

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

No.

@github-actions github-actions bot added the BUILD label Nov 4, 2024
Copy link
Member

@dongjoon-hyun dongjoon-hyun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1, LGTM.

@dongjoon-hyun
Copy link
Member

Merged to master for Apache Spark 4.0.0 on February 2025.
Thank you, @HyukjinKwon and @zhengruifeng .

@@ -19,7 +19,7 @@ addSbtPlugin("software.purpledragon" % "sbt-checkstyle-plugin" % "4.0.1")

// If you are changing the dependency setting for checkstyle plugin,
// please check pom.xml in the root of the source tree too.
libraryDependencies += "com.puppycrawl.tools" % "checkstyle" % "10.17.0"
libraryDependencies += "com.puppycrawl.tools" % "checkstyle" % "10.20.0"

// checkstyle uses guava 33.1.0-jre.
libraryDependencies += "com.google.guava" % "guava" % "33.1.0-jre"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@HyukjinKwon Would like to confirm if "com.puppycrawl.tools" % "checkstyle" % "10.20.0" still depends on guava 33.1.0-jre?

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.

4 participants