[SPARK-40766][BUILD] Upgrade the guava defined in plugins.sbt used by checkstyle to 31.0.1-jre#38217
Closed
LuciferYang wants to merge 1 commit intoapache:masterfrom
Closed
[SPARK-40766][BUILD] Upgrade the guava defined in plugins.sbt used by checkstyle to 31.0.1-jre#38217LuciferYang wants to merge 1 commit intoapache:masterfrom
plugins.sbt used by checkstyle to 31.0.1-jre#38217LuciferYang wants to merge 1 commit intoapache:masterfrom
Conversation
Contributor
|
cc @HyukjinKwon |
srowen
approved these changes
Oct 12, 2022
HyukjinKwon
approved these changes
Oct 13, 2022
Member
|
Merged to master. |
Contributor
Author
|
Thanks @srowen @HyukjinKwon @itholic and @zhengruifeng |
SandishKumarHN
pushed a commit
to SandishKumarHN/spark
that referenced
this pull request
Dec 12, 2022
…by `checkstyle` to `31.0.1-jre` ### What changes were proposed in this pull request? SPARK-40071 upgrade checkstyle to 9.3, but checkstyle 9.3 uses guava 31.0.1-jre: https://github.com/checkstyle/checkstyle/blob/5c1903792f8432243cc8ae5cd79a03a004d3c09c/pom.xml#L250-L253 <img width="455" alt="image" src="https://user-images.githubusercontent.com/1475305/195262034-95036047-f37d-46a2-84e2-8975be3ab261.png"> So this pr upgrade it. ### Why are the changes needed? Upgrade matched dependencies for `checkstyle`. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Pass GitHub Actions Closes apache#38217 from LuciferYang/SPARK-40766. Authored-by: yangjie01 <yangjie01@baidu.com> Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
SPARK-40071 upgrade checkstyle to 9.3, but checkstyle 9.3 uses guava 31.0.1-jre:
https://github.com/checkstyle/checkstyle/blob/5c1903792f8432243cc8ae5cd79a03a004d3c09c/pom.xml#L250-L253
So this pr upgrade it.
Why are the changes needed?
Upgrade matched dependencies for
checkstyle.Does this PR introduce any user-facing change?
No
How was this patch tested?
Pass GitHub Actions