xiangfu0 commented on code in PR #11967:
URL: https://github.com/apache/pinot/pull/11967#discussion_r1386098061
##########
pinot-tools/src/main/java/org/apache/pinot/tools/admin/command/AddTableCommand.java:
##########
@@ -76,13 +79,17 @@ public class AddTableCommand extends
AbstractBaseAdminCommand implements Command
@CommandLine.Option(names = {"-controllerProtocol"}, required = false,
description = "protocol for controller.")
private String _controllerProtocol = CommonConstants.HTTP_PROTOCOL;
- @CommandLine.Option(names = {"-update"}, required = false,
- description = "Update the existing table instead of creating new one")
+ @CommandLine.Option(names = {"-update"}, required = false, description =
"Update the existing table instead of "
+ + "creating new one")
private boolean _update = false;
@CommandLine.Option(names = {"-exec"}, required = false, description =
"Execute the command.")
private boolean _exec;
+ @CommandLine.Option(names = {"-skipControllerCertValidation"}, required =
false, description = "Whether to skip"
Review Comment:
I think we should also add this for all http based commands like AddSchema,
AddTenant, UploadSegment etc
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]