Hi all,

I am looking for some guidance on a PR
<https://github.com/apache/iceberg/pull/15226> that in Compaction, counts
files from groups that were rewritten but failed to commit as failed files
in the result object.

The issue I am trying to solve is for cases where partial progress is
enabled and some commits fail (for example on a metadata conflict), it's
not obvious from the output that some files failed to be rewritten and you
have to check logs.

I opted to count them as regular failed files, mainly so that I don't
change the structure of the result object, but if someone thinks failed
commits should be counted separately I can definitely change that.

Thanks in advance!

Reply via email to