lliangyu-lin commented on PR #12132: URL: https://github.com/apache/iceberg/pull/12132#issuecomment-2629089272
@gaborkaszab @ebyhr I did some more search and found that it seems Iceberg already have mechanism for clean up unreferenced statistics and partition statistics files as part of the [delete-orphan-files procedure](https://iceberg.apache.org/docs/nightly/maintenance/#delete-orphan-files). This unit test in spark also tested the scenario. https://github.com/apache/iceberg/blob/9feca0c306b9f49382c4b9bab39daddf5a81712c/spark/v3.5/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestRemoveOrphanFilesProcedure.java#L443 In such case, do we still really need to handle this issue? -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org