-1 (non-binding) I saw that there was an issue opened which is due to a regression since 0.9.1: https://github.com/apache/iceberg-rust/issues/2725
In short: user can override summary properties such as “added-records” after computation, which can cause a panic if it is not deserializable as an integer as the code is assuming we just serialized the integer. Otherwise, verification on my side was successful. Sorry for the churn, folks! From: "Jones, Danny" <[email protected]> Reply to: "[email protected]" <[email protected]> Date: Thursday, 25 June 2026 at 17:59 To: "[email protected]" <[email protected]> Subject: [VOTE] Release Apache Iceberg Rust 0.10.0 RC1 Hello Apache Iceberg Rust Community, This is a call for a vote to release Apache Iceberg Rust version 0.10.0. The tag to be voted on is: v0.10.0-rc.1. The release candidate: https://dist.apache.org/repos/dist/dev/iceberg/apache-iceberg-rust-0.10.0-rc1/ Keys to verify the release candidate: https://downloads.apache.org/iceberg/KEYS Git tag for the release: https://github.com/apache/iceberg-rust/releases/tag/v0.10.0-rc.1 Please download, verify, and test the release candidate. This vote will be open for at least 72 hours and will remain open until the required number of votes is reached. Please vote accordingly: [ ] +1 Approve [ ] +0 No opinion [ ] -1 Disapprove (please provide a reason) To learn more about Apache Iceberg, please visit: https://rust.iceberg.apache.org/ Checklist for reference: [ ] Download links are valid [ ] Checksums and signatures are correct [ ] LICENSE and NOTICE files are present [ ] No unexpected binary files are included [ ] All source files have ASF headers [ ] The project builds successfully from source [ ] pyiceberg-core builds and tests successfully For more details, please refer to: https://rust.iceberg.apache.org/release.html#how-to-verify-a-release Thanks, Danny C Jones PS. Thanks to Shawn Chang for supporting the release as committer
