Hi, I would like to propose a release of Apache Arrow Rust Implementation, version 55.2.0.
Note this is RC 2 If you use verify-release-candidate.sh, you will need to the copy from within the RC as the script from main will fail due to [5][6] that I have made a PR to work around[7]. This release candidate is based on commit: 25114c5caaa9e767050b366e57c20eca54aca987 [1] The proposed release tarball and signatures are hosted at [2]. The changelog is located at [3]. Please download, verify checksums and signatures, run the unit tests, and vote on the release. There is a script [4] that automates some of the verification. The vote will be open for at least 72 hours. [ ] +1 Release this as Apache Arrow Rust [ ] +0 [ ] -1 Do not release this as Apache Arrow Rust because... [1]: https://github.com/apache/arrow-rs/tree/25114c5caaa9e767050b366e57c20eca54aca987 [2]: https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-rs-55.2.0-rc2 [3]: https://github.com/apache/arrow-rs/blob/25114c5caaa9e767050b366e57c20eca54aca987/CHANGELOG.md [4]: https://github.com/apache/arrow-rs/blob/main/dev/release/verify-release-candidate.sh [5]: https://github.com/apache/arrow-rs/issues/7736 [6]: https://github.com/apache/arrow-rs/issues/7746 [7]: https://github.com/apache/arrow-rs/pull/7745