trinodb / trino-gateway

https://trinodb.github.io/trino-gateway/
Apache License 2.0
160 stars 72 forks source link

Update MySQL JDBC driver to 9.0.0 #482

Closed mosabua closed 1 month ago

mosabua commented 1 month ago

Description

Additional context and related issues

Release notes

(x) Release notes are required, with the following suggested text:

* tbd .. probably affects what MySQL version we support
willmostly commented 1 month ago

@mosabua we should update the image used by the runner, regardless of 8.3 vs 9 for the driver version. It looks like none of the tests use a MySQL image 😬 https://github.com/trinodb/trino-gateway/blob/c0f11de3d1a58b7ff98dcb4d239fb5f93a671e54/gateway-ha/src/test/java/io/trino/gateway/TrinoGatewayRunner.java#L53

mosabua commented 1 month ago

@mosabua we should update the image used by the runner, regardless of 8.3 vs 9 for the driver version. It looks like none of the tests use a MySQL image 😬

https://github.com/trinodb/trino-gateway/blob/c0f11de3d1a58b7ff98dcb4d239fb5f93a671e54/gateway-ha/src/test/java/io/trino/gateway/TrinoGatewayRunner.java#L53

Sounds good .. I will try to attack this at some stage soon.