davidradl commented on code in PR #26277:
URL: https://github.com/apache/flink/pull/26277#discussion_r1987400592


##########
flink-core/src/main/java/org/apache/flink/configuration/CoreOptions.java:
##########
@@ -459,7 +459,10 @@ public static String[] mergeListsToArray(List<String> 
base, List<String> append)
             ConfigOptions.key("parallelism.default")
                     .intType()
                     .defaultValue(1)
-                    .withDescription("Default parallelism for jobs.");
+                    .withDescription("Default parallelism for jobs. There is 
an exception here. When creating a"

Review Comment:
   @beliefer when you say special cases, do you mean that there are 3 scenarios 
, default = 1 , case 1 and case 2. If default=1 never happens - then we could 
remove it. 



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to