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

Upgrade Trino to latest version #2063

Open
patchwork01 opened this issue Mar 18, 2024 · 0 comments
Open

Upgrade Trino to latest version #2063

patchwork01 opened this issue Mar 18, 2024 · 0 comments
Labels
priority:low version-upgrades Issues to upgrade dependencies
Milestone

Comments

@patchwork01
Copy link
Collaborator

patchwork01 commented Mar 18, 2024

Background

We're currently on Trino version 390, but the latest version is 442:
https://trino.io/docs/current/release.html

Dependabot tried to upgrade this but it did not compile:

Dependabot also tried to upgrade AssertJ to the latest version but this did not compile for the Trino module, so we had to keep it back for this module:

Dependabot also tried to upgrade Aircompressor to the latest version but this did not pass the test suite for the Trino module, so we had to keep that back as well:

Description

We'd like to upgrade to the latest version of Trino.

We told Dependabot to ignore the dependency in its PR, so we should make sure we undo that as part of this issue.

Analysis

See compilation failures in the linked PR.

We also had to hold back the version of JGraphT as Trino uses an old version. It looks like the new version of Trino does not use JGraphT, so we can remove that dependency from the module.

There are a number of other mentions of Trino in the parent pom which will need to be updated.

All the dependencies that were held back because of Trino should be upgraded.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority:low version-upgrades Issues to upgrade dependencies
Projects
None yet
Development

No branches or pull requests

2 participants