Guosmilesmile commented on code in PR #17946:
URL: https://github.com/apache/iceberg/pull/17946#discussion_r3956103032


##########
flink/v2.3/flink/src/main/java/org/apache/iceberg/flink/FlinkReadOptions.java:
##########
@@ -48,6 +48,8 @@ private FlinkReadOptions() {}
   public static final ConfigOption<Boolean> CASE_SENSITIVE_OPTION =
       ConfigOptions.key(PREFIX + 
CASE_SENSITIVE).booleanType().defaultValue(false);
 
+  public static final String AGGREGATE_PUSH_DOWN_ENABLED = 
"aggregate-push-down-enabled";

Review Comment:
   Yes, because this is more of an optimization at the execution layer.



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