xiaozcy commented on code in PR #7502:
URL: https://github.com/apache/gravitino/pull/7502#discussion_r2181967469
##########
core/src/main/java/org/apache/gravitino/meta/ModelVersionEntity.java:
##########
@@ -45,8 +46,8 @@ public class ModelVersionEntity implements Entity, Auditable,
HasIdentifier {
Field.optional("comment", String.class, "The comment or description of
the model entity.");
public static final Field ALIASES =
Field.optional("aliases", List.class, "The aliases of the model
entity.");
- public static final Field URL =
- Field.required("uri", String.class, "The URI of the model entity.");
+ public static final Field URIS =
+ Field.required("uris", Map.class, "The URI and their names of the model
entity.");
Review Comment:
Updated to "The URIs and their names of the model version entity."
--
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]