hqbhoho commented on code in PR #10092:
URL: https://github.com/apache/gravitino/pull/10092#discussion_r2870282315
##########
docs/trino-connector/development.md:
##########
@@ -65,13 +67,14 @@ Change `localhost`, `port`, and the names of metalake and
catalogs to match your
4. Identify which version-segment module matches your Trino version:
- | Trino Version | Version-Segment Module |
- |---------------|------------------------|
+ | Trino Version | Version-Segment Module |
+ |---------------|---------------------------|
| 435-439 | `trino-connector-435-439` |
| 440-445 | `trino-connector-440-445` |
| 446-451 | `trino-connector-446-451` |
| 452-468 | `trino-connector-452-468` |
| 469-472 | `trino-connector-469-472` |
+ | 478 | `trino-connector-478` |
Review Comment:
My thought is that the latest supported version shouldn't be named as a
range. For example, when we add support for 485 later, we can rename the
current `trino-connector-478` to `trino-connector-478-484`, and then create a
new `trino-connector-485`
--
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]