+1 binding [x] Download links are valid [x] Checksums and signatures are correct [x] LICENSE and NOTICE files are present [x] No unexpected binary files are included [x] All source files have ASF headers [x] The project builds successfully from source Ran `make build && make test`
I also validated that pyiceberg-core wheels are built correctly: https://pypi.org/project/pyiceberg-core/0.9.1rc3/#files 0.9.0 required the wheel to be built (a bug!), 0.9.1rc3 has the correct wheel. Tested using: ``` docker run --rm -it quay.io/pypa/manylinux2014_x86_64 bash -c "/opt/python/cp311-cp311/bin/pip install pyiceberg-core==0.9.1rc3" docker run --rm -it quay.io/pypa/manylinux2014_x86_64 bash -c "/opt/python/cp311-cp311/bin/pip install pyiceberg-core==0.9.0" ``` Thanks for working on the release! On Wed, Apr 29, 2026 at 1:04 AM Renjie Liu <[email protected]> wrote: > +1 binding > > [x] Download links are valid > [x] Checksums and signatures are correct > [x] LICENSE and NOTICE files are present > [x] No unexpected binary files are included > [x] All source files have ASF headers > [x] The project builds successfully from source > Ran `make build && make test` and it passes. > > On Wed, Apr 29, 2026 at 5:27 AM Shawn Chang <[email protected]> > wrote: > >> Hello Apache Iceberg Rust Community, >> >> This is a call for a vote to release *Apache Iceberg Rust version 0.9.1*. >> >> The tag to be voted on is: *v0.9.1-rc.3* >> >> The release candidate artifacts are available at: >> >> https://dist.apache.org/repos/dist/dev/iceberg/apache-iceberg-rust-0.9.1-rc3/ >> >> The KEYS file for verifying signatures is available at: >> https://downloads.apache.org/iceberg/KEYS >> >> The Git tag for this release is: >> https://github.com/apache/iceberg-rust/releases/tag/v0.9.1-rc.3 >> >> 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 >> >> For more details, please refer to: >> https://rust.iceberg.apache.org/release.html#how-to-verify-a-release >> >> Thanks, >> Shawn >> >
