Erigara opened a new issue, #1394: URL: https://github.com/apache/iceberg-rust/issues/1394
### Apache Iceberg Rust version None ### Describe the bug I've noticed that `add_files` with `check_duplicate` doesn't find duplicated files. The problem is that in the implementation instead of listing all files already exist in the table all manifest files instead are returned. I've added `print` [here](https://github.com/apache/iceberg-rust/blob/main/crates/iceberg/src/transaction/append.rs#L155) to verify. I'm willing to contribute to this issue. ### To Reproduce _No response_ ### Expected behavior _No response_ ### Willingness to contribute None -- 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.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