Abyss-lord opened a new pull request, #6497: URL: https://github.com/apache/gravitino/pull/6497
### What changes were proposed in this pull request? Support plain format output for Schema and Table command ### Why are the changes needed? Fix: #6496 ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? local test ```bash gcli schema list -m demo_metalake --name Hive_catalog -i default, Default Hive database gcli table list -m demo_metalake --name Hive_catalog.default -i employee_partitions source_table test_dt_partition test_key_en sales order_tb1 tmp float_test test_tbl gcli table details -m demo_metalake --name Hive_catalog.default.test1 -i id, integer, false, true, N/A name, string, false, true, N/A standard, long, false, true, N/A dt, string, false, true, N/A gcli schema details -m demo_metalake --name Hive_catalog.default -i default, Default Hive database ``` -- 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