dianfu commented on a change in pull request #11702: 
[FLINK-16667][python][client] Support new Python dependency configuration 
options in flink-client.
URL: https://github.com/apache/flink/pull/11702#discussion_r407975892
 
 

 ##########
 File path: 
flink-clients/src/main/java/org/apache/flink/client/cli/CliFrontend.java
 ##########
 @@ -667,31 +660,17 @@ protected void executeProgram(final Configuration 
configuration, final PackagedP
         *
         * @return A PackagedProgram (upon success)
         */
-       PackagedProgram buildProgram(final ProgramOptions runOptions) throws 
FileNotFoundException, ProgramInvocationException {
+       PackagedProgram buildProgram(final ProgramOptions runOptions)
+                       throws FileNotFoundException, 
ProgramInvocationException, CliArgsException {
+               runOptions.validate();
 
 Review comment:
   The validate is redundant 

----------------------------------------------------------------
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

Reply via email to