apache / gravitino

World's most powerful open data catalog for building a high-performance, geo-distributed and federated metadata lake.
https://gravitino.apache.org
Apache License 2.0
1.09k stars 343 forks source link

[#5506] feat(CLI): Table formatted output #5606

Open waukin opened 3 days ago

waukin commented 3 days ago

What changes were proposed in this pull request?

Enhance the Gravitino CLI with formatted output.

383987880-78e48033-601e-422f-b5bb-20061536c6b2

Why are the changes needed?

Make Gravitino CLI output look more readable.

Does this PR introduce any user-facing change?

No.

How was this patch tested?

gcli metalake list
gcli metalake -m <metalake_name> details   
justinmclean commented 3 days ago

The CI is failing as you need an ASF header on the TablePrinter.java file.

xunliu commented 2 days ago

hi @waukin I help you improve this PR, please get the latest code in this PR to continue development, Tanks!

waukin commented 2 days ago

Hi @xunliu, thank you for the update!