justinmclean opened a new issue, #5925: URL: https://github.com/apache/gravitino/issues/5925
### What would you like to be improved? Using the Gravitino playground, this command ` gcli table list --metalake metalake_demo --name catalog_postgres.hr -i` outputs: ``` departments employee_address employee_contacts employee_performance employee_training employees salaries ``` This output should be consistent with other list commands. ### How should we improve? The output should be: ``` departments,employee_address,employee_contacts,employee_performance,employee_training,employees,salaries ``` -- 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]
