stevenzwu commented on a change in pull request #2305:
URL: https://github.com/apache/iceberg/pull/2305#discussion_r739954231



##########
File path: flink/src/main/java/org/apache/iceberg/flink/source/ScanContext.java
##########
@@ -68,6 +68,9 @@
   private static final ConfigOption<Duration> MONITOR_INTERVAL =
       
ConfigOptions.key("monitor-interval").durationType().defaultValue(Duration.ofSeconds(10));
 
+  private static final ConfigOption<Boolean> INCLUDE_COLUMN_STATS =
+      
ConfigOptions.key("include-column-stats").booleanType().defaultValue(false);

Review comment:
       this is needed for event time aligned assigner / rough ordering where we 
use the min-max stats from timestamp column to order the splits and assignment. 
it is not directly related to the reader part. It is just part of the sub PR as 
I copied the classes from the the uber PR #2105 for this sub PR.




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