-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-55272][BUILD] Upgrade SBT to 1.12.1 #54054
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
Conversation
JIRA Issue Information=== Improvement SPARK-55272 === This comment was automatically generated by GitHub Actions |
dongjoon-hyun
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1, LGTM (Pending CIs). Could you re-trigger the failed linter test pipeline?
|
I've reproduced the issue locally, and it seems that simply restarting the CI won't resolve it. Let me investigate it first. |
project/SparkBuild.scala
Outdated
| "org.apache.avro" % "avro" % avroVersion, | ||
| "org.slf4j" % "slf4j-api" % slf4jVersion | ||
| "org.slf4j" % "slf4j-api" % slf4jVersion, | ||
| "org.scala-lang" % "scalap" % scalaVersion.value, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's test it again. It should work this time.
|
Mima test passed. Merged into master. Thanks @dongjoon-hyun |
What changes were proposed in this pull request?
This PR proposes to upgrade SBT to
1.12.1.Why are the changes needed?
Release Note: https://github.com/sbt/sbt/releases/tag/v1.12.1
Does this PR introduce any user-facing change?
No.
How was this patch tested?
Pass Github Actions
Was this patch authored or co-authored using generative AI tooling?
No.