rkhachatryan commented on code in PR #24869: URL: https://github.com/apache/flink/pull/24869#discussion_r1631226762
########## flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/api/config/ExecutionConfigOptions.java: ########## @@ -315,6 +316,57 @@ public class ExecutionConfigOptions { .withDescription( "Sets the window elements buffer size limit used in group window agg operator."); + public static final ConfigOption<MemorySize> GLOBAL_AGG_BUFFER_SIZE = + ConfigOptions.key("table.exec.window-agg.global.buffer-size") Review Comment: I've changed the keys and moved the options to a new section. (section meaning code section, not the documentation section - which I think would be overkill). afff8794bec09f97eabe4fb90b2bdb9283f52131 -- 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