Here is the PR for the corresponding blog post to announce the 8.0.0 release: https://github.com/apache/arrow-site/pull/217
On Mon, May 16, 2022 at 2:06 PM Andrew Lamb <al...@influxdata.com> wrote: > Awesome work Andy -- thank you! > > On Mon, May 16, 2022 at 9:22 AM Andy Grove <andygrov...@gmail.com> wrote: > > > The crates are now published: > > > > https://crates.io/crates/datafusion > > > > https://crates.io/crates/datafusion-cli > > > > https://crates.io/crates/datafusion-expr > > > > https://crates.io/crates/datafusion-common > > > > https://crates.io/crates/datafusion-jit > > > > https://crates.io/crates/datafusion-physical-expr > > > > https://crates.io/crates/datafusion-proto > > > > https://crates.io/crates/datafusion-data-access > > > > https://crates.io/crates/ballista > > > > https://crates.io/crates/ballista-cli > > > > https://crates.io/crates/ballista-core > > > > https://crates.io/crates/ballista-executor > > > > https://crates.io/crates/ballista-scheduler > > > > > > > > On Mon, May 16, 2022 at 6:35 AM Andy Grove <andygrov...@gmail.com> > wrote: > > > > > With four +1 votes (three binding) the vote has passed. I will release > to > > > crates.io this morning. > > > > > > Thank you to everyone who voted. > > > > > > Andy. > > > > > > On Sun, May 15, 2022 at 7:51 PM Yang hao <1371656737...@gmail.com> > > wrote: > > > > > >> +1 (non-binding) > > >> Verified on MacOS 12.2 M1 pro > > >> > > >> Best regards, > > >> Remzi > > >> > > >> From: Yang hao <1371656737...@gmail.com> > > >> Date: Friday, May 13, 2022 at 21:11 > > >> To: dev@arrow.apache.org <dev@arrow.apache.org> > > >> Subject: Re: [VOTE][RUST][DataFusion] Release Apache Arrow DataFusion > > >> 8.0.0 RC2 > > >> Hi: > > >> Verified (8.0.0 rc2) on MacOS 12.2 M1 pro (non-binding) > > >> > > >> One test failed: > > >> > > >> > > >> expected: > > >> > > >> > > >> > > >> [ > > >> > > >> "+---------+---------+---------+", > > >> > > >> "| column2 | column1 | column3 |", > > >> > > >> "+---------+---------+---------+", > > >> > > >> "| 2 | 1 | 3 |", > > >> > > >> "| 5 | 4 | 6 |", > > >> > > >> "+---------+---------+---------+", > > >> > > >> ] > > >> > > >> actual: > > >> > > >> > > >> > > >> [ > > >> "+---------+---------+---------+", > > >> "| column2 | column1 | column3 |", > > >> "+---------+---------+---------+", > > >> "| 5 | 4 | 6 |", > > >> "| 2 | 1 | 3 |", > > >> "+---------+---------+---------+", > > >> ] > > >> > > >> ', datafusion/core/src/datasource/view.rs:239:9 > > >> > > >> > > >> failures: > > >> datasource::view::tests::query_join_views > > >> > > >> Best regards, > > >> Remzi > > >> > > >> From: Andy Grove <andygrov...@gmail.com> > > >> Date: Friday, May 13, 2022 at 19:57 > > >> To: dev <dev@arrow.apache.org> > > >> Subject: [VOTE][RUST][DataFusion] Release Apache Arrow DataFusion > 8.0.0 > > >> RC2 > > >> Hi, > > >> > > >> I would like to propose a release of Apache Arrow DataFusion > > >> Implementation, > > >> version 8.0.0. > > >> > > >> This release candidate is based on commit: > > >> b9f6e6b7c353c1109bd7b306008e006db29b46f8 [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. The vote will be open for at least 72 hours. > > >> > > >> Only votes from PMC members are binding, but all members of the > > community > > >> are > > >> encouraged to test the release and vote with "(non-binding)". > > >> > > >> The standard verification procedure is documented at > > >> > > >> > > > https://github.com/apache/arrow-datafusion/blob/master/dev/release/README.md#verifying-release-candidates > > >> . > > >> > > >> [ ] +1 Release this as Apache Arrow DataFusion 8.0.0 > > >> [ ] +0 > > >> [ ] -1 Do not release this as Apache Arrow DataFusion 8.0.0 because... > > >> > > >> Here is my vote: > > >> > > >> +1 (binding) > > >> > > >> [1]: > > >> > > >> > > > https://github.com/apache/arrow-datafusion/tree/b9f6e6b7c353c1109bd7b306008e006db29b46f8 > > >> [2]: > > >> > > >> > > > https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-datafusion-8.0.0-rc2 > > >> [3]: > > >> > > >> > > > https://github.com/apache/arrow-datafusion/blob/b9f6e6b7c353c1109bd7b306008e006db29b46f8/CHANGELOG.md > > >> > > > > > >