+1 (binding) Looks like (another) good release
I did get one error when verifying that list_root got a permission denied error, but I don't think that is a release blocker ``` failures: ---- local::tests::test_list_root stdout ---- thread 'local::tests::test_list_root' panicked at 'called `Result::unwrap()` on an `Err` value: Generic { store: "LocalFileSystem", source: UnableToWalkDir { source: Error { depth: 1, inner: Io { path: None, err: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" } } } } }', src/local.rs:1082:20 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace failures: local::tests::test_list_root test result: FAILED. 44 passed; 1 failed; 1 ignored; 0 measured; 0 filtered out; finished in 1.24s error: test failed, to rerun pass `--lib` + cleanup ``` On Wed, Feb 1, 2023 at 3:19 PM Raphael Taylor-Davies <r.taylordav...@googlemail.com.invalid> wrote: > Hi, > > I would like to propose a release of Apache Arrow Rust Object > Store Implementation, version 0.5.4. > > This release candidate is based on commit: > 2b9bbce44abbd93048c674f49c4eb0db72a0a1c8 [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 Object Store > [ ] +0 > [ ] -1 Do not release this as Apache Arrow Rust Object Store because... > > [1]: > > https://github.com/apache/arrow-rs/tree/2b9bbce44abbd93048c674f49c4eb0db72a0a1c8 > [2]: > > https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-object-store-rs-0.5.4-rc1 > [3]: > > https://github.com/apache/arrow-rs/blob/2b9bbce44abbd93048c674f49c4eb0db72a0a1c8/object_store/CHANGELOG.md > [4]: > > https://github.com/apache/arrow-rs/blob/master/object_store/dev/release/verify-release-candidate.sh > >