shaofengshi commented on code in PR #5716:
URL: https://github.com/apache/gravitino/pull/5716#discussion_r1867311590
##########
clients/cli/src/main/java/org/apache/gravitino/cli/GravitinoOptions.java:
##########
@@ -81,6 +87,11 @@ public Options options() {
"z", PROVIDER, "provider one of hadoop, hive, mysql, postgres,
iceberg, kafka"));
options.addOption(createArgOption("l", USER, "user name"));
options.addOption(createArgOption("g", GROUP, "group name"));
+ options.addOption(createArgOption(DATATYPE, "column data type"));
+ options.addOption(createArgOption(POSITION, "position of column"));
+ options.addOption(createArgOption(NULL, "column value can be null
(true/false)"));
Review Comment:
I see, it is okay to use "null".
--
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]