Hi community, I raised another PR on the same topic, can you help review? Thanks
PR1: https://github.com/apache/iceberg/pull/8040 [spark 3.4] skip empty file during table migration, table snapshotting or adding files PR2: https://github.com/apache/iceberg/pull/8051 [spark 3.4] add remove_empty_files procedure On Tue, Jul 11, 2023 at 10:07 AM Pucheng Yang <py...@pinterest.com> wrote: > Hi community, > > In a previous email, I asked about how to get rid of partitions that only > contain empty files. > > Here I am proposing a PR https://github.com/apache/iceberg/pull/8040 > (issue: https://github.com/apache/iceberg/issues/7949) to skip adding > empty files during the migration, snapshotting or adding files such that we > can prevent issue like above happens. > > Could you please take a look? Thanks > > Best, > Pucheng >