xunliu commented on code in PR #5606: URL: https://github.com/apache/gravitino/pull/5606#discussion_r1861465557
########## clients/cli/src/main/java/org/apache/gravitino/cli/commands/CatalogDetails.java: ########## @@ -37,9 +37,11 @@ public class CatalogDetails extends Command { * @param ignoreVersions If true don't check the client/server versions match. * @param metalake The name of the metalake. * @param catalog The name of the catalog. + * @param outputFormat The output format. */ - public CatalogDetails(String url, boolean ignoreVersions, String metalake, String catalog) { - super(url, ignoreVersions); + public CatalogDetails( Review Comment: hi @waukin Please add Catalog output ITs in the `TableFormatOutputIT.java` -- 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