Skip to content

Commit

Permalink
Update trino-main to 462 (#3682)
Browse files Browse the repository at this point in the history
## About this PR
πŸ“¦ Updates [io.trino:trino-main](https://github.com/trinodb/trino) from
`461` to `462`

πŸ“œ [GitHub Release
Notes](https://github.com/trinodb/trino/releases/tag/462) - [Version
Diff](trinodb/trino@461...462)

## 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 (461).
You might want to review and update them manually.
```
airframe-benchmark/src/main/resources/twitter.json
airframe-json/src/test/resources/twitter.json
airframe-sql/src/test/resources/wvlet/airframe/sql/tpc-ds/q8.sql
docs/release-notes.md
website/static/img/features/client.svg
website/static/img/features/undraw_process_e90d.svg
website/static/img/features/undraw_server_down_s4lk.svg
website/static/img/features/undraw_time_management_30iu.svg
website/static/img/undraw_code_review.svg
website/static/img/undraw_monitor.svg
website/static/img/undraw_online.svg
website/static/img/undraw_open_source.svg
website/static/img/undraw_operating_system.svg
website/static/img/undraw_tweetstorm.svg
website/static/img/undraw_youtube_tutorial.svg
```
</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 = "io.trino", artifactId = "trino-main" } ]
```
Or, add this to slow down future updates of this dependency:
```
dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "io.trino", artifactId = "trino-main" }
}]
```
</details>

<sup>
labels: test-library-update
</sup>
  • Loading branch information
xerial-bot authored Oct 17, 2024
1 parent c0a28c6 commit fe40880
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 @@ -953,7 +953,7 @@ def sqlRefLib = { scalaVersion: String =>
// Include Spark just as a reference implementation
"org.apache.spark" %% "spark-sql" % "3.5.3" % Test,
// Include Trino as a reference implementation
"io.trino" % "trino-main" % "461" % Test
"io.trino" % "trino-main" % "462" % Test
)
} else {
Seq.empty
Expand Down

0 comments on commit fe40880

Please sign in to comment.