bijanhoule opened a new pull request, #4503: URL: https://github.com/apache/iceberg/pull/4503
This allows the user to specify an existing table of actual files for the `DeleteOrphanFiles` action, skipping the directory listing. This can be used in cases where a cloud storage provider-specific implementation might be more efficient than a recursive FileSystem listing (e.g. leveraging [S3 Inventory list](https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage-inventory.html) for S3 to create a temp table). To keep things simple, this implementation assumes that the `actualFilesTable` provided has already been filtered down to the desired location / retention interval, and is explicitly not compatible with the `location` or `older_than` parameters. -- 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]
