Skip to content

Conversation

@NickLarsenNZ
Copy link
Member

@NickLarsenNZ NickLarsenNZ commented Jan 15, 2026

Description

Part of #1383

  • Add Trino 479
    • Using Java 25
    • Note: trino-storage is still at 477 because there isn't a later release.
    • Fixed the Dockerfile for differences between the Trino product version and the storage connector version.
  • Remove Trino 451 and 476
  • Remove unused java/jdk versions

Definition of Done Checklist

Note

Not all of these items are applicable to all PRs, the author should update this template to only leave the boxes in that are relevant.

Please make sure all these things are done and tick the boxes

  • Changes are OpenShift compatible
  • All added packages (via microdnf or otherwise) have a comment on why they are added
  • Things not downloaded from Red Hat repositories should be mirrored in the Stackable repository and downloaded from there
  • All packages should have (if available) signatures/hashes verified
  • Add an entry to the CHANGELOG.md file
  • Integration tests ran successfully (smoke tests)
TIP: Running integration tests with a new product image

The image can be built and uploaded to the kind cluster with the following commands:

boil build <IMAGE> --image-version <RELEASE_VERSION> --strip-architecture --load
kind load docker-image <MANIFEST_URI> --name=<name-of-your-test-cluster>

See the output of boil to retrieve the image manifest URI for <MANIFEST_URI>.

@NickLarsenNZ NickLarsenNZ self-assigned this Jan 15, 2026
@NickLarsenNZ NickLarsenNZ changed the title Trino 479 chore(trino): Add 479, remove 451 and 476 Jan 15, 2026
@NickLarsenNZ NickLarsenNZ marked this pull request as draft January 15, 2026 23:17
@NickLarsenNZ
Copy link
Member Author

Needs some code changes:

failed to build JVM config: Trino version 479 is not supported. Only specific versions are handled due to version specific JVM configuration generation                                                                         

@NickLarsenNZ
Copy link
Member Author

NickLarsenNZ commented Jan 21, 2026

Getting past the flakey tests:

--- FAIL: kuttl (877.25s)
    --- FAIL: kuttl/harness (0.00s)
        --- PASS: kuttl/harness/smoke_trino-479,oci.stackable.tech_sandbox_nick_trino_479-stackable0.0.0-dev_hive-3.1.3_opa-1.12.2_hdfs-3.4.2_zookeeper-3.9.4_openshift-false (243.21s)
        --- FAIL: kuttl/harness/smoke_trino-479,oci.stackable.tech_sandbox_nick_trino_479-stackable0.0.0-dev_hive-4.1.0_opa-1.12.2_hdfs-3.4.2_zookeeper-3.9.4_openshift-false (634.02s)
FAIL

rerunning the failing test (with Hive 4.1.0):

--- PASS: kuttl (300.11s)
    --- PASS: kuttl/harness (0.00s)
        --- PASS: kuttl/harness/smoke_trino-479,oci.stackable.tech_sandbox_nick_trino_479-stackable0.0.0-dev_hive-4.1.0_opa-1.12.2_hdfs-3.4.2_zookeeper-3.9.4_openshift-false (300.10s)
PASS

@NickLarsenNZ NickLarsenNZ marked this pull request as ready for review January 21, 2026 11:46
@NickLarsenNZ NickLarsenNZ moved this to Development: Waiting for Review in Stackable Engineering Jan 21, 2026
@sbernauer sbernauer moved this from Development: Waiting for Review to Development: In Review in Stackable Engineering Jan 21, 2026
@NickLarsenNZ NickLarsenNZ added this pull request to the merge queue Jan 21, 2026
Merged via the queue into main with commit 5d36cb9 Jan 21, 2026
3 checks passed
@NickLarsenNZ NickLarsenNZ deleted the trino-479 branch January 21, 2026 11:53
@sbernauer sbernauer moved this from Development: In Review to Development: Done in Stackable Engineering Jan 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Development: Done

Development

Successfully merging this pull request may close these issues.

3 participants