Skip to content

Commit 0785b89

Browse files
authored
Update spark-sql to 4.1.0 (#4114)
## About this PR 📦 Updates [org.apache.spark:spark-sql](https://spark.apache.org/) from `4.0.1` to `4.1.0` ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below. Configure Scala Steward for your repository with a [`.scala-steward.conf`](https://github.com/scala-steward-org/scala-steward/blob/f0dfaa6d8e24b261aeafbc7f99c5325ed9365cf2/docs/repo-specific-configuration.md) file. _Have a fantastic day writing Scala!_ <details> <summary>🔍 Files still referring to the old version number</summary> The following files still refer to the old version number (4.0.1). You might want to review and update them manually. ``` docs/release-notes.md ``` </details> <details> <summary>⚙ Adjust future updates</summary> Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "org.apache.spark", artifactId = "spark-sql" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.apache.spark", artifactId = "spark-sql" } }] ``` </details> <sup> labels: test-library-update </sup> <!-- scala-steward = { "Update" : { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "org.apache.spark", "artifactId" : { "name" : "spark-sql", "maybeCrossName" : "spark-sql_2.13" }, "version" : "4.0.1", "sbtVersion" : null, "scalaVersion" : null, "configurations" : "test" } ], "newerVersions" : [ "4.1.0" ], "newerGroupId" : null, "newerArtifactId" : null } }, "Labels" : [ "test-library-update" ] } -->
1 parent ed47fc6 commit 0785b89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -985,7 +985,7 @@ def sqlRefLib = { scalaVersion: String =>
985985
if (scalaVersion.startsWith("2.13")) {
986986
Seq(
987987
// Include Spark just as a reference implementation
988-
"org.apache.spark" %% "spark-sql" % "4.0.1" % Test,
988+
"org.apache.spark" %% "spark-sql" % "4.1.0" % Test,
989989
// Include Trino as a reference implementation
990990
"io.trino" % "trino-main" % "479" % Test
991991
)

0 commit comments

Comments
 (0)