+1
[x] Download links are valid.
[x] Checksums and signatures.
[x] LICENSE/NOTICE files exist
[x] No unexpected binary files
[x] All source files have ASF headers
[x] Can compile from source
On 15.02.24 17:00, Xuanwo wrote:
+1 non-binding
So happy to get a v0.2.0 release!
[x] Download links are valid.
[x] Checksums and signatures.
gpg: Signature made Thu 15 Feb 2024 08:27:45 PM CST
gpg: using RSA key FCD3779E399C53D995FC82A35171BA3E54493550
gpg: Good signature from "Fokko Driesprong <fo...@apache.org>" [ultimate]
apache-iceberg-rust-0.2.0-src.tar.gz: OK
[x] LICENSE/NOTICE files exist
[x] No unexpected binary files
[x] All source files have ASF headers
[x] Can compile from source
Build succeed on Archlinux x86_64
Finished dev [unoptimized + debuginfo] target(s) in 37.99s
On Thu, Feb 15, 2024, at 20:52, Fokko Driesprong 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
Xuanwo