Abyss-lord commented on PR #5906: URL: https://github.com/apache/gravitino/pull/5906#issuecomment-2552887783
> Is this the current output? > > ``` > bin/gcli.sh table delete --metalake demo_metalake > # output: Missing required argument(s): catalog, schema > > bin/gcli.sh table delete --metalake demo_metalake --name Hive_catalog > # output: Missing required argument(s): schema > > bin/gcli.sh table delete --metalake demo_metalake --name Hive_catalog.default > # output: Missing required argument(s): table > ``` > > If so, the first two errors are not entirely correct, and they are missing the table name as well. It is also not really missing an argument just part of one. fix -- 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]
