jerryshao commented on issue #5506:
URL: https://github.com/apache/gravitino/issues/5506#issuecomment-2510456770
Fixed by #5714 .
--
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 comm
jerryshao closed issue #5506: [FEATURE] Add formatted output to Gravitino CLI
URL: https://github.com/apache/gravitino/issues/5506
--
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
waukin commented on issue #5506:
URL: https://github.com/apache/gravitino/issues/5506#issuecomment-2470501636
I will start by implementing a single standard output format. If needed, we
can add multiple forms of output in a future PR.
--
This is an automated message from the Apache Git Se
xunliu commented on issue #5506:
URL: https://github.com/apache/gravitino/issues/5506#issuecomment-2463586402
I think we just need to support standard output format, like MySQL client,
The Gravitino already have a lot of configuration, make it difficult for user
to understand.
--
This is
justinmclean commented on issue #5506:
URL: https://github.com/apache/gravitino/issues/5506#issuecomment-2463404362
Thanks for the idea, while that is more readable, that format would be
harder to parse via a script. I'd suggest that if you want to do this, then you
make it available via a
waukin opened a new issue, #5506:
URL: https://github.com/apache/gravitino/issues/5506
### Describe the feature
The current output of the Gravitino CLI is as follows:
![image](https://github.com/user-attachments/assets/2cef8992-a317-4183-bd9b-3b5669768003)
I plan to enha