eskabetxe opened a new issue, #12630: URL: https://github.com/apache/gravitino/issues/12630
### What would you like to be improved? ### What would you like to be improved? The Trino connector currently supports Trino versions 435–478. Trino 479 has been released (and requires JDK 25). Add a version-segment module so Gravitino works with Trino 479. ### How should we improve? Add a `trino-connector-479-479` module (JDK 25 toolchain), mirroring the existing per-range module design. Trino 479 shares Trino 478's wrapped SPI surface, so no version-specific wrapper changes are required. Trino 480+ change the wrapped SPI surface and will be addressed in follow-up issues. ### How should we improve? _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
