wangzzu commented on a change in pull request #13024: URL: https://github.com/apache/flink/pull/13024#discussion_r466107357
########## File path: flink-clients/src/main/java/org/apache/flink/client/cli/CliFrontend.java ########## @@ -704,7 +708,7 @@ protected void executeProgram(final Configuration configuration, final PackagedP * * @return A PackagedProgram (upon success) */ - PackagedProgram buildProgram(final ProgramOptions runOptions) + PackagedProgram buildProgram(final ProgramOptions runOptions, boolean setConfiguration) Review comment: fixed ---------------------------------------------------------------- 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: us...@infra.apache.org