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-44257][BUILD] Update some maven plugins & scalafmt to newest version #41803

Closed
wants to merge 2 commits into from

Conversation

panbingkun
Copy link
Contributor

@panbingkun panbingkun commented Jun 30, 2023

What changes were proposed in this pull request?

The pr aims to update some maven plugins & scalafmt to newest version, include:

  • maven-clean-plugin from 3.2.0 to 3.3.1
  • maven-shade-plugin from 3.4.1 to 3.5.0
  • scalafmt from 3.7.4 to 3.7.5

Why are the changes needed?

1.maven-clean-plugin
https://github.com/apache/maven-clean-plugin/releases/tag/maven-clean-plugin-3.3.1

2.maven-shade-plugin
https://github.com/apache/maven-shade-plugin/releases/tag/maven-shade-plugin-3.5.0

3.scalafmt
https://github.com/scalameta/scalafmt/releases/tag/v3.7.5
Router: make sure to indent comments after lambda (scalameta/scalafmt#3556) @kitbellew
Fix proposed version syntax (scalameta/scalafmt#3555) @JD557

Does this PR introduce any user-facing change?

No.

How was this patch tested?

Pass GA.

@panbingkun panbingkun marked this pull request as draft June 30, 2023 02:09
@github-actions github-actions bot added the BUILD label Jun 30, 2023
@panbingkun panbingkun marked this pull request as ready for review June 30, 2023 02:22
@@ -535,7 +535,7 @@ class Dataset[T] private[sql] (
assert(result.schema.size == 1)
// scalastyle:off println
println(result.toArray.head)
// scalastyle:on println
// scalastyle:on println
Copy link
Contributor Author

Choose a reason for hiding this comment

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

the newest of the scalafmt identified this issue

@srowen
Copy link
Member

srowen commented Jun 30, 2023

Merged to master

@srowen srowen closed this in 05f5dcc Jun 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants