Thanks, Remzi. It looks like this test might be non-deterministic since it
does not have an ORDER BY clause. I will put up a patch and then cut rc3
once that is merged.

On Fri, May 13, 2022 at 7:12 AM Yang hao <1371656737...@gmail.com> wrote:

> 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
>

Reply via email to