Abyss-lord commented on code in PR #6495: URL: https://github.com/apache/gravitino/pull/6495#discussion_r1967015666
########## clients/cli/src/main/java/org/apache/gravitino/cli/outputs/TableFormat.java: ########## @@ -487,7 +495,7 @@ public MetalakeListTableFormat(CommandContext context) { @Override public String getOutput(Metalake[] metalakes) { - Column columnName = new Column(context, "metalake"); + Column columnName = new Column(context, "Name"); Review Comment: @justinmclean Should we load the objects? -- 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: commits-unsubscr...@gravitino.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org