Abyss-lord opened a new pull request, #6503: URL: https://github.com/apache/gravitino/pull/6503
### What changes were proposed in this pull request? Support table format output for Audit command. ### Why are the changes needed? Fix: #5746 ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? local test. ```bash gcli metalake details --output table -m demo_metalake --audit -i +-----------+--------------------------+-----------+--------------------------+ | Creator | Create time | Modified | Modify time | +-----------+--------------------------+-----------+--------------------------+ | anonymous | 2024-12-04T07:41:18.512Z | anonymous | 2025-01-14T07:56:25.496Z | +-----------+--------------------------+-----------+--------------------------+ gcli catalog details --name Hive_catalog -i --output table -m demo_metalake --audit +-----------+--------------------------+-----------+-----------------------------+ | Creator | Create time | Modified | Modify time | +-----------+--------------------------+-----------+-----------------------------+ | anonymous | 2024-12-05T01:20:40.512Z | anonymous | 2025-02-21T08:36:50.613886Z | +-----------+--------------------------+-----------+-----------------------------+ gcli schema details --name Hive_catalog.default --output table -m demo_metalake --audit -i +---------+-------------+----------+-------------+ | Creator | Create time | Modified | Modify time | +---------+-------------+----------+-------------+ | public | N/A | N/A | N/A | +---------+-------------+----------+-------------+ gcli table details --name Hive_catalog.default.test_dates --output table -m demo_metalake --audit -i +-----------+----------------------+----------+-------------+ | Creator | Create time | Modified | Modify time | +-----------+----------------------+----------+-------------+ | panchenxi | 2024-07-24T07:20:52Z | N/A | N/A | +-----------+----------------------+----------+-------------+ ``` -- 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