This is an automated email from the ASF dual-hosted git repository.

jmclean pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino.git


The following commit(s) were added to refs/heads/main by this push:
     new 0872b14bdc Improvement: changed alias version when it should be named 
alias (#9163)
0872b14bdc is described below

commit 0872b14bdc5a5f6ca443604cfaff7b2f7712cff1
Author: Harsh Mehta <[email protected]>
AuthorDate: Wed Nov 19 05:40:51 2025 +0530

    Improvement: changed alias version when it should be named alias (#9163)
    
    Fixed : #9138
    - changed alias version when it should be named alias
    
    Signed-off-by: Harsh Mehta <[email protected]>
---
 .../org/apache/gravitino/cli/commands/RemoveModelVersionProperty.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/clients/cli/src/main/java/org/apache/gravitino/cli/commands/RemoveModelVersionProperty.java
 
b/clients/cli/src/main/java/org/apache/gravitino/cli/commands/RemoveModelVersionProperty.java
index 864e36f025..28f1187ec3 100644
--- 
a/clients/cli/src/main/java/org/apache/gravitino/cli/commands/RemoveModelVersionProperty.java
+++ 
b/clients/cli/src/main/java/org/apache/gravitino/cli/commands/RemoveModelVersionProperty.java
@@ -99,7 +99,7 @@ public class RemoveModelVersionProperty extends Command {
     }
 
     if (alias != null) {
-      printInformation(model + " version " + alias + "property " + property + 
" property removed.");
+      printInformation(model + " alias " + alias + "property " + property + " 
property removed.");
     } else {
       printInformation(
           model + " version " + version + "property " + property + " property 
removed.");

Reply via email to