justinmclean commented on code in PR #6495:
URL: https://github.com/apache/gravitino/pull/6495#discussion_r1967022522
##########
clients/cli/src/main/java/org/apache/gravitino/cli/outputs/TableFormat.java:
##########
@@ -534,10 +542,85 @@ public CatalogListTableFormat(CommandContext context) {
/** {@inheritDoc} */
@Override
public String getOutput(Catalog[] catalogs) {
- Column columnName = new Column(context, "catalog");
+ Column columnName = new Column(context, "Name");
Review Comment:
Calling them "Name" gives less context to the user and changes existing
functionality. If at all possible we should not make changes like that. I don't
see why you would need to load it again, just to change the title on a table
column.
--
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]