shaofengshi commented on code in PR #5717: URL: https://github.com/apache/gravitino/pull/5717#discussion_r1868639579
########## docs/cli.md: ########## @@ -426,6 +437,11 @@ gcli table set --name catalog_postgres.hr.salaries --property test --value value gcli table remove --name catalog_postgres.hr.salaries --property test ``` +#### Create a table + +```bash +gcli table remove --name catalog_postgres.hr.salaries --comment "comment" --columnfile ~/table.csv Review Comment: the command should be "create" I think, not "remove". -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
