justinmclean commented on code in PR #6495:
URL: https://github.com/apache/gravitino/pull/6495#discussion_r1966997776
##########
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:
I would leave this as "Catalog". Also, we should be consistent here with the
other entities.
--
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]