diqiu50 opened a new pull request, #10342: URL: https://github.com/apache/gravitino/pull/10342
### What changes were proposed in this pull request? Update the base Trino image in the playground Dockerfile from `trinodb/trino:469` to `trinodb/trino:478`. ### Why are the changes needed? The playground Docker image was using `trinodb/trino:469` as the base image, but the Gravitino Trino connector only supports versions 473-478. This mismatch caused a startup failure: ``` Unsupported Trino-469 version. The Supported version for the Gravitino-Trino-connector from Trino-473 to Trino-478. ``` Fix: #10334 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? The fix aligns the base image version with the supported connector version range (473-478). -- 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]
