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

[#5278]improvement(cli):Display partition information for Tables in t… #5605

Closed TungYuChiang closed 2 days ago

TungYuChiang commented 3 days ago

What changes were proposed in this pull request?

Add --partition option to display partition information on Tables.

Why are the changes needed?

This change allows users to retrieve additional partition information on Tables Closes: #5278

Does this PR introduce any user-facing change?

Yes, it adds the --partition option to CLIeys.)

How was this patch tested?

Compiled and tested locally.

justinmclean commented 3 days ago

Thanks for the PR. Can you please update the cli.md (in the docs directory) to include this command.

TungYuChiang commented 2 days ago

Hi @justinmclean,

Thanks for reviewing my PR! I've updated cli.md in the docs directory to include the new command.

Thank you!