reswqa commented on code in PR #24398: URL: https://github.com/apache/flink/pull/24398#discussion_r1522571183
########## flink-core/src/main/java/org/apache/flink/configuration/ExecutionOptions.java: ########## @@ -128,6 +128,24 @@ public class ExecutionOptions { + "throughput")) .build()); + public static final ConfigOption<MemorySize> SORT_PARTITION_MEMORY = + ConfigOptions.key("execution.sort.partition.memory") Review Comment: How about renaming this and the next config key to `execution.sort-partition.memory` and `execution.sort-keyed-partition.memory`? -- 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