WencongLiu commented on code in PR #24398: URL: https://github.com/apache/flink/pull/24398#discussion_r1522648363
########## 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: The two configuration item names you provided are also acceptable. The names has been changed. ########## 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: The two configuration item names you provided are also acceptable. The names have been changed. -- 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