tomtongue opened a new pull request, #8324: URL: https://github.com/apache/iceberg/pull/8324
## Changes Add the time-interval specification in `older_that` parameter in `remove_orphan_files`, and testing option to the exception message. `remove_orphan_files` limits the time-interval "after 24 hours" in its parameter `older_than`. There's no description about in the [`remove_orphan_files` section](https://iceberg.apache.org/docs/latest/spark-procedures/#remove_orphan_files). There are some Iceberg users who see this error, but don't know how to avoid waiting for 24 hours. `spark.testing` option is also not described in any Iceberg docs even if it's in the source code. This commit would help them use the `remove_orphan_files` operation. -- 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]
