pvary commented on code in PR #8803:
URL: https://github.com/apache/iceberg/pull/8803#discussion_r1369763072
##########
flink/v1.17/flink/src/main/java/org/apache/iceberg/flink/FlinkReadOptions.java:
##########
@@ -96,6 +96,9 @@ private FlinkReadOptions() {}
public static final ConfigOption<Boolean> INCLUDE_COLUMN_STATS_OPTION =
ConfigOptions.key(PREFIX +
INCLUDE_COLUMN_STATS).booleanType().defaultValue(false);
+ public static final String COLUMN_STATS_TO_KEEP = "column-stats-to-keep";
Review Comment:
Removed, as per another comment
--
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]