Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#5383] Add table property commands to Gravitino CLI #5390

Merged
merged 173 commits into from
Dec 2, 2024

Conversation

justinmclean
Copy link
Member

What changes were proposed in this pull request?

Added table property commands to Gravitino CLI.

Why are the changes needed?

The expand the CLI support.

Fix: #5383

Does this PR introduce any user-facing change?

No, but it adds more commands.

How was this patch tested?

Tested locally with Hive, Postgres and MySQL databases. Note that database support varies.

justinmclean and others added 13 commits November 14, 2024 12:22
# Conflicts:
#	clients/cli/src/main/java/org/apache/gravitino/cli/CommandEntities.java
#	clients/cli/src/main/java/org/apache/gravitino/cli/ErrorMessages.java
#	clients/cli/src/main/java/org/apache/gravitino/cli/GravitinoCommandLine.java
#	clients/cli/src/main/java/org/apache/gravitino/cli/GravitinoOptions.java
#	clients/cli/src/main/java/org/apache/gravitino/cli/commands/OwnerDetails.java
#	clients/cli/src/main/java/org/apache/gravitino/cli/commands/SetOwner.java
#	clients/cli/src/test/java/org/apache/gravitino/cli/TestCommandEntities.java
#	docs/cli.md
…rg.apache.gravitino.CatalogProvider

file not needed
@justinmclean
Copy link
Member Author

Note this is failing due to an unrelated change in catalogs/catalog-lakehouse-paimon

justinmclean and others added 2 commits December 2, 2024 11:51
# Conflicts:
#	docs/cli.md
add back owner commands
@justinmclean
Copy link
Member Author

@shaofengshi ready again

Copy link
Contributor

@shaofengshi shaofengshi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@shaofengshi shaofengshi merged commit b0e4686 into apache:main Dec 2, 2024
23 checks passed
@justinmclean justinmclean deleted the CLI_VIXa branch December 9, 2024 01:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for tables in the Gravitio CLI
2 participants