RussellSpitzer commented on PR #13084: URL: https://github.com/apache/iceberg/pull/13084#issuecomment-2956466099
I think I mentioned this before, but I think this would be better served by a new API endpoint rather than modifying the existing code and APIs. ExpireSnapshotsSparkAction has this https://github.com/apache/iceberg/blob/main/spark/v4.0/spark/src/main/java/org/apache/iceberg/spark/actions/ExpireSnapshotsSparkAction.java#L132-L141 Which essentially does a very similar thing. I think we should have the same method here ```Dataset<FileInfo> orphanFiles() ``` -- 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