Kangs-Claw opened a new pull request, #10295:
URL: https://github.com/apache/gravitino/pull/10295

   ## What changes were proposed in this pull request?
   
   Add `model properties` command to list properties of a model or model 
version, consistent with other entities (catalog, table, fileset, topic, etc.).
   
   ### New commands:
   - `gcli model properties --name catalog.schema.model` - List all properties 
of a model
   - `gcli model properties --name catalog.schema.model --version N` - List 
properties of a specific model version
   - `gcli model properties --name catalog.schema.model --alias xxx` - List 
properties of a model version by alias
   
   ## Why are the changes needed?
   
   Model was the only entity type missing the `properties` command. All other 
entities (Catalog, Fileset, Table, Topic, Schema, Metalake, Tag) already have 
this command.
   
   Fix: #6944
   
   ## How was this patch tested?
   
   - Unit tests added in `TestModelCommands.java`
   - Manual CLI testing against running Gravitino server


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