justinmclean opened a new issue, #7638:
URL: https://github.com/apache/gravitino/issues/7638

   ### What would you like to be improved?
   
   In alterModelVersion in 
clients/client-java/src/main/java/org/apache/gravitino/client/GenericModelCatalog.java
 the path needs to be URL encoded
   ```
       ModelVersionResponse resp =
           restClient.put(
               formatModelVersionRequestPath(modelFullIdent) + "/aliases/" + 
alias,
               req,
               ModelVersionResponse.class,
               Collections.emptyMap(),
               ErrorHandlers.modelErrorHandler());
   ```
   
   ### How should we improve?
   
   alias needs to be URL encoded


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