Re: [PR] [#5383] Add table property commands to Gravitino CLI [gravitino]

2024-12-01 Thread via GitHub
shaofengshi merged PR #5390: URL: https://github.com/apache/gravitino/pull/5390 -- 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...@grav

Re: [PR] [#5383] Add table property commands to Gravitino CLI [gravitino]

2024-12-01 Thread via GitHub
justinmclean commented on PR #5390: URL: https://github.com/apache/gravitino/pull/5390#issuecomment-2510395707 @shaofengshi ready again -- 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 specifi

Re: [PR] [#5383] Add table property commands to Gravitino CLI [gravitino]

2024-12-01 Thread via GitHub
justinmclean commented on PR #5390: URL: https://github.com/apache/gravitino/pull/5390#issuecomment-2510274202 Note this is failing due to an unrelated change in catalogs/catalog-lakehouse-paimon -- This is an automated message from the Apache Git Service. To respond to the message, pleas

Re: [PR] [#5383] Add table property commands to Gravitino CLI [gravitino]

2024-11-29 Thread via GitHub
shaofengshi commented on code in PR #5390: URL: https://github.com/apache/gravitino/pull/5390#discussion_r1863208207 ## clients/cli/src/main/java/org/apache/gravitino/cli/commands/ListTableProperties.java: ## @@ -0,0 +1,91 @@ +/* + * Licensed to the Apache Software Foundation (A

Re: [PR] [#5383] Add table property commands to Gravitino CLI [gravitino]

2024-11-29 Thread via GitHub
shaofengshi commented on code in PR #5390: URL: https://github.com/apache/gravitino/pull/5390#discussion_r1863208884 ## clients/cli/src/main/java/org/apache/gravitino/cli/commands/ListTableProperties.java: ## @@ -0,0 +1,91 @@ +/* + * Licensed to the Apache Software Foundation (A

[PR] [#5383] Add table property commands to Gravitino CLI [gravitino]

2024-10-30 Thread via GitHub
justinmclean opened a new pull request, #5390: URL: https://github.com/apache/gravitino/pull/5390 ### 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: #