jerryshao commented on code in PR #5525:
URL: https://github.com/apache/gravitino/pull/5525#discussion_r1837539939


##########
docs/cli.md:
##########
@@ -352,7 +352,11 @@ gcli column list --metalake metalake_demo --name 
catalog_postgres.hr.departments
 ```bash
 gcli table details --metalake metalake_demo --name 
catalog_postgres.hr.departments --audit
 ```
+#### Show tables distribution information
 
+```bash
+gcli table details --metalake metalake_demo --name 
catalog_postgres.hr.departments --distribution
+```

Review Comment:
   I'm still concerned about too many flags for different information about 
table, so how about fileset, topic, and potentially model, etc, looks like we 
may have many flags, which is not user-friendly from my point.
   
   How about adding just one flag `--extended`, by default only basic 
information of the table will be shown, if `--extended` is enabled, then 
additional information like audit, distribution, and index will also be shown 
for `details` command.
   



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