wombatu-kun commented on code in PR #17946:
URL: https://github.com/apache/iceberg/pull/17946#discussion_r3953977099


##########
flink/v2.3/flink/src/main/java/org/apache/iceberg/flink/FlinkConfigOptions.java:
##########
@@ -110,4 +110,12 @@ private FlinkConfigOptions() {}
                           SplitAssignerType.SIMPLE
                               + ": simple assigner that doesn't provide any 
guarantee on order or locality."))
                   .build());
+
+  public static final ConfigOption<Boolean> 
TABLE_EXEC_ICEBERG_AGGREGATE_PUSH_DOWN_ENABLED =

Review Comment:
   The Read options table in flink-configuration.md does not list 
aggregate-push-down-enabled, so the read option added here is undocumented. Add 
a row there alongside case-sensitive and streaming.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to