ndrluis commented on issue #1200: URL: https://github.com/apache/iceberg-python/issues/1200#issuecomment-2627809869
Hi @omkenge, I don’t have direct experience with OpenDAL, but my suggestion is based on how [iceberg-rust is currently using it](https://github.com/search?q=repo%3Aapache%2Ficeberg-rust%20opendal&type=code). For the implementation, I’d recommend aligning with the Java implementation as a reference. Check out these two key files: [DeleteOrphanFilesSparkAction.java](https://github.com/apache/iceberg/blob/main/spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/actions/DeleteOrphanFilesSparkAction.java) [RemoveOrphanFilesProcedure.java](https://github.com/apache/iceberg/blob/main/spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/procedures/RemoveOrphanFilesProcedure.java) -- 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