pingsutw commented on a change in pull request #161: SUBMARINE-356.
ParameterProto should support getOptionValue method
URL: https://github.com/apache/submarine/pull/161#discussion_r369358192
##########
File path:
submarine-client/src/main/java/org/apache/submarine/client/cli/param/ParametersHolder.java
##########
@@ -461,4 +461,32 @@ public Parameter setParameters(BaseParameters parameters)
{
this.parameters = parameters;
return this;
}
+
+ public CommandLine getParsedCommandLine() {
+ return parsedCommandLine;
+ }
+
+ public Parameter setparsedCommandLine(CommandLine parsedCommandLine) {
Review comment:
Thanks for the patch @yuanzac
`setparsedCommandLine` need to rename to `setParsedCommandLine`
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]