Hi, While using feature of Expire/RemoveSnapshots, I saw that the clean up operation of files happens, after successful commit [1] of snapshot list and update to `version-hint.text`, which means that in case of intermittent/IOException from underlying store, we might end up leaving the files on disk, without any reference in table's latest version/snapshot list. Is there an API to clean that up, after the snapshots are gone from history?
I raised a issue for this https://github.com/apache/incubator-iceberg/issues/822 Let me know, if I am missing something. [1]: https://github.com/apache/incubator-iceberg/blob/master/core/src/main/java/org/apache/iceberg/RemoveSnapshots.java#L144 Thanks, Ashish