beliefer commented on code in PR #26277: URL: https://github.com/apache/flink/pull/26277#discussion_r1988241250
########## 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: `default=1` still is the main behavior, remove it will break the API compatibility. Personally, I want remove the the `.defaultValue(1)` -- 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