+1 (non binding) I checked: - checksum and signature are correct - ASF headers are there (not in the tsv files but not a problem) - no binary found in the source distribution
Good improvement for next releases: update NOTICE file to mention non ASF dependencies (listed in DEPENDENCIES.rust.tsv) with summary of the licenses. I will propose a PR about that. Thanks ! Regards JB On Thu, Feb 15, 2024 at 1:52 PM Fokko Driesprong <fo...@apache.org> wrote: > > Hello, Apache Iceberg Rust Community, > > This is a call for a vote to release Apache Iceberg Rust version 0.2.0. > > The tag to be voted on is 0.2.0-rc.1. > > This first release provides integration with the REST catalog and a lot of > scaffolding that's needed for reading the data. > > The release candidate: > > https://dist.apache.org/repos/dist/dev/iceberg/iceberg-rust-0.2.0-rc.1/ > > 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.2.0-rc.1 > > Please download, verify, and test. > > The VOTE will be open for at least 72 hours and until the necessary > number of votes are reached. > > [ ] +1 approve > [ ] +0 no opinion > [ ] -1 disapprove with the reason > > To learn more about Apache Iceberg, please see > https://rust.iceberg.apache.org/ > > Checklist for reference: > > [ ] Download links are valid. > [ ] Checksums and signatures. > [ ] LICENSE/NOTICE files exist > [ ] No unexpected binary files > [ ] All source files have ASF headers > [ ] Can compile from source > > More detailed checklist please refer to: > https://github.com/apache/iceberg-rust/tree/main/scripts > > To compile from the source, please refer to: > https://github.com/apache/iceberg-rust/blob/main/CONTRIBUTING.md > > Huge thanks to: Amogh Jahagirdar, Chengxu Bian, Christian Daudt, Farooq > Qaiser, JanKaul, Manu Zhang, Mark Grey, Renjie Liu, Tyler Schauer, Xiaoyang > Liu, Xuanwo, ZENOTME, barronw, hiirrxnn, y0psolo, yi wang, zhjwpku and of > course dependabot[bot] for working on this first release! > > Here is a Python script in release to help you verify the release candidate: > > ./scripts/verify.py > > Please consider this my +1 (binding) vote. I've ran the license checks and > tested against the REST catalog, and it worked like a charm. Code can be > found here: https://github.com/Fokko/hello-iceberg/blob/master/src/main.rs > > Thanks, Fokko