shaofengshi commented on code in PR #5161:
URL: https://github.com/apache/gravitino/pull/5161#discussion_r1833949378
##########
clients/cli/src/main/java/org/apache/gravitino/cli/GravitinoOptions.java:
##########
@@ -66,9 +67,10 @@ public Options options() {
options.addOption(createArgOption("V", VALUE, "property value"));
options.addOption(
createArgOption(
- "t", PROVIDER, "provider one of hadoop, hive, mysql, postgres,
iceberg, kafka"));
+ "z", PROVIDER, "provider one of hadoop, hive, mysql, postgres,
iceberg, kafka"));
Review Comment:
this short-name change seems not reflected in the cli.md?
--
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]