I ran the release script on Mac twice. Getting some failed tests both times.
Here's the stack trace for the first two: ``` failures: ---- joins::hash_join::exec::tests::join_full_multi_batch::batch_size_4_2::use_perfect_hash_join_as_possible_1_true stdout ---- thread 'joins::hash_join::exec::tests::join_full_multi_batch::batch_size_4_2::use_perfect_hash_join_as_possible_1_true' (1910718) panicked at /var/folders/wq/mxmvfjtd1kjcrm3bdfrn2zd80000gn/T/datafusion-53.0.0.XXXXX.5PoUgcHv4I/apache-datafusion-53.0.0/test-rustup/registry/src/index.crates.io-1949cf8c6b5b557f/arrow-select-58.0.0/src/coalesce/primitive.rs:61:9: assertion `left == right` failed left: 4 right: 2 ---- joins::hash_join::exec::tests::join_full_multi_batch::batch_size_4_2::use_perfect_hash_join_as_possible_2_false stdout ---- thread 'joins::hash_join::exec::tests::join_full_multi_batch::batch_size_4_2::use_perfect_hash_join_as_possible_2_false' (1910719) panicked at /var/folders/wq/mxmvfjtd1kjcrm3bdfrn2zd80000gn/T/datafusion-53.0.0.XXXXX.5PoUgcHv4I/apache-datafusion-53.0.0/test-rustup/registry/src/index.crates.io-1949cf8c6b5b557f/arrow-select-58.0.0/src/coalesce/primitive.rs:61:9: assertion `left == right` failed left: 4 right: 2 ``` Best, Kevin Liu On Mon, Mar 16, 2026 at 3:52 PM <[email protected]> wrote: > Hi, > I would like to propose a release of Apache DataFusion version 53.0.0. > This release candidate is based on commit: > 28fc91a2a5a8ede5797fde04527f76f351c3cd8b [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/datafusion/blob/main/dev/release/README.md#verifying-release-candidates > . > [ ] +1 Release this as Apache DataFusion 53.0.0 > [ ] +0 > [ ] -1 Do not release this as Apache DataFusion 53.0.0 because... > Here is my vote: > +1 > [1]: > https://github.com/apache/datafusion/tree/28fc91a2a5a8ede5797fde04527f76f351c3cd8b > [2]: > https://dist.apache.org/repos/dist/dev/datafusion/apache-datafusion-53.0.0-rc2 > [3]: > https://github.com/apache/datafusion/blob/28fc91a2a5a8ede5797fde04527f76f351c3cd8b/CHANGELOG.md >
