zentol commented on code in PR #21056: URL: https://github.com/apache/flink/pull/21056#discussion_r996941898
########## flink-core/src/main/java/org/apache/flink/api/common/ExecutionConfig.java: ########## @@ -746,7 +797,11 @@ public boolean isObjectReuseEnabled() { } public GlobalJobParameters getGlobalJobParameters() { Review Comment: I agree that we should change this to a simple `Map<String, String>` (and force the map to not required the user CL), or maybe a `Configuration`. IMO this API was never intuitive in the first place. -- 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