kl0u commented on a change in pull request #10181: [FLINK-14745] Add 
dependencies of job as list of URLs in config.
URL: https://github.com/apache/flink/pull/10181#discussion_r346212390
 
 

 ##########
 File path: 
flink-clients/src/main/java/org/apache/flink/client/cli/ExecutionConfigAccessor.java
 ##########
 @@ -61,7 +62,10 @@ public static ExecutionConfigAccessor 
fromProgramOptions(final ProgramOptions op
 
                final Configuration configuration = new Configuration();
 
-               configuration.setInteger(CoreOptions.DEFAULT_PARALLELISM, 
options.getParallelism());
+               if (options.getParallelism() != 
ExecutionConfig.PARALLELISM_DEFAULT) {
 
 Review comment:
   I will squash them when merging. It was just for the reviewing.

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