FANNG1 commented on code in PR #6898: URL: https://github.com/apache/gravitino/pull/6898#discussion_r2039458534
########## docs/manage-relational-metadata-using-gravitino.md: ########## @@ -909,7 +909,7 @@ The following types that Gravitino supports: | Union | `Types.UnionType.of([type1, type2, ...])` | `{"type": "union", "types": [type JSON, ...]}` | Union type, indicates a union of types | | UUID | `Types.UUIDType.get()` | `uuid` | UUID type, indicates a universally unique identifier | -The related java doc is [here](pathname:///docs/0.9.0-incubating-SNAPSHOT/api/java/org/apache/gravitino/rel/types/Type.html). +The related java doc is [here](pathname:///docs/0.10.0-incubating-SNAPSHOT/api/java/org/apache/gravitino/rel/types/Type.html). Review Comment: seems you should update the version in https://github.com/apache/gravitino/blob/main/docs/manage-relational-metadata-using-gravitino.md?plain=1#L1025-L1028 -- 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: commits-unsubscr...@gravitino.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org