rajarshisarkar commented on pull request #4433: URL: https://github.com/apache/iceberg/pull/4433#issuecomment-1085429906
> Because if we need rewrite all file in V2 table we can set delete-file-threshold=0 There are many other options that we need to override to ensure no filtering happens: https://github.com/apache/iceberg/blob/4269536e5c48adba39f093aefcdd382c69f41fc7/core/src/main/java/org/apache/iceberg/actions/BinPackStrategy.java#L159-L164 `rewrite-all` is a single option which does that seamlessly. Also, there have been use cases where a user wants to trigger a rewrite on every file, regardless of size or other criteria: https://github.com/apache/iceberg/issues/4426#issue-1185049517 -- 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]
