apache / gravitino

World's most powerful open data catalog for building a high-performance, geo-distributed and federated metadata lake.
https://gravitino.apache.org
Apache License 2.0
1.09k stars 343 forks source link

[Improvement] Support Trino-446 version #5138

Open xxzhky opened 1 month ago

xxzhky commented 1 month ago

What would you like to be improved?

Gravitino connector

Property
Type Default Value
connector.name string dlable
gravitino.metalake string xxxxxx
gravitino.uri string http://localhost:8090
     
     

Reason

When using the latest Trino v446 version supported by JDK21 (LTS), after configuring the above-mentioned connector, the following startup error occurs:
Unsupported Trino-446 version. The supported version for the Gravitino-Trino-connector is from Trino-435 to Trino-439.
Could the community consider supporting the latest version of the Trino connector?

How should we improve?

Would you like to support the lastest version of Trino?

diqiu50 commented 1 month ago

@jerryshao @shaofengshi Should we prioritize supporting this requirement?

jerryshao commented 4 weeks ago

I think we don't support newer version of Trino, neither do JDK 21. This is not a trivial work, we need to think more about it.