reswqa commented on code in PR #24398:
URL: https://github.com/apache/flink/pull/24398#discussion_r1522666398


##########
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 change diff looks inconsistent with the proposed name(In the case of 
keyed).



-- 
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

Reply via email to