zhuzhurk commented on code in PR #24170: URL: https://github.com/apache/flink/pull/24170#discussion_r1462747422
########## flink-runtime/src/main/java/org/apache/flink/runtime/scheduler/adaptivebatch/DefaultVertexParallelismAndInputInfosDecider.java: ########## @@ -559,7 +559,7 @@ static DefaultVertexParallelismAndInputInfosDecider from( configuration.get( BatchExecutionOptions.ADAPTIVE_AUTO_PARALLELISM_AVG_DATA_VOLUME_PER_TASK), configuration.get( - BatchExecutionOptions - .ADAPTIVE_AUTO_PARALLELISM_DEFAULT_SOURCE_PARALLELISM)); + BatchExecutionOptions.ADAPTIVE_AUTO_PARALLELISM_DEFAULT_SOURCE_PARALLELISM, Review Comment: We should also update the description of `ADAPTIVE_AUTO_PARALLELISM_DEFAULT_SOURCE_PARALLELISM`. -- 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