xiaozcy commented on code in PR #7674:
URL: https://github.com/apache/gravitino/pull/7674#discussion_r2203784225


##########
core/src/main/java/org/apache/gravitino/listener/api/event/RegisterAndLinkModelEvent.java:
##########
@@ -58,12 +62,12 @@ public ModelInfo registeredModelInfo() {
   }
 
   /**
-   * Retrieves the uri of the linked model version.
+   * Retrieves the URIs of the linked model version.
    *
-   * @return the uri of the linked model version
+   * @return the URIs of the linked model version
    */
-  public String uri() {
-    return uri;
+  public Map<String, String> uris() {
+    return uris;

Review Comment:
   Got it, I've modified these classes to keep the compatibility.



-- 
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]

Reply via email to