nastra commented on code in PR #11825: URL: https://github.com/apache/iceberg/pull/11825#discussion_r1928162975
########## core/src/main/java/org/apache/iceberg/actions/SizeBasedDataRewriter.java: ########## @@ -45,6 +47,7 @@ public abstract class SizeBasedDataRewriter extends SizeBasedFileRewriter<FileSc public static final String DELETE_FILE_THRESHOLD = "delete-file-threshold"; public static final int DELETE_FILE_THRESHOLD_DEFAULT = Integer.MAX_VALUE; + private static final double DELETE_RATIO_THRESHOLD = 0.3; Review Comment: opened https://github.com/apache/iceberg/issues/12081 to make this configurable -- 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]
