Skip to content

Commit

Permalink
Update spark-sql to 3.5.3 (#3643)
Browse files Browse the repository at this point in the history
## About this PR
πŸ“¦ Updates [org.apache.spark:spark-sql](https://spark.apache.org/) from
`3.5.2` to `3.5.3`

## 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/7ec418cd5441d449f037bca6d34326534c07a5dd/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 (3.5.2).
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>
  • Loading branch information
xerial-bot authored Sep 24, 2024
1 parent e98b0b6 commit 455b2d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -951,7 +951,7 @@ def sqlRefLib = { scalaVersion: String =>
if (scalaVersion.startsWith("2.13")) {
Seq(
// Include Spark just as a reference implementation
"org.apache.spark" %% "spark-sql" % "3.5.2" % Test,
"org.apache.spark" %% "spark-sql" % "3.5.3" % Test,
// Include Trino as a reference implementation
"io.trino" % "trino-main" % "458" % Test
)
Expand Down

0 comments on commit 455b2d6

Please sign in to comment.