I run ``` ./dev/release/verify-release-candidate.sh 50.0.0 1 ``` and it run without issues
+ TEST_SUCCESS=yes + echo 'Release candidate looks good!' Release candidate looks good! +1 (non-binding) El sáb, 13 sept 2025 a las 11:47, Wang Xudong (<[email protected]>) escribió: > When I ran the verify script, there were some errors: > > ``` > failures: > > ---- > > object_storage::tests::s3_object_store_builder_resolves_region_when_none_provided > stdout ---- > > thread > > 'object_storage::tests::s3_object_store_builder_resolves_region_when_none_provided' > panicked at datafusion-cli/src/object_storage.rs:751:9: > assertion `left == right` failed > left: Some("ap-southeast-1") > right: Some("eu-central-1") > note: run with `RUST_BACKTRACE=1` environment variable to display a > backtrace > > ---- object_storage::tests::s3_object_store_builder_default stdout ---- > > thread 'object_storage::tests::s3_object_store_builder_default' panicked at > datafusion-cli/src/object_storage.rs:624:9: > assertion `left == right` failed > left: Some("ap-southeast-1") > right: Some("eu-central-1") > > > failures: > object_storage::tests::s3_object_store_builder_default > > > object_storage::tests::s3_object_store_builder_resolves_region_when_none_provided > ``` > > But if I only ran the tests, no errors surfaced. > > Let me know if you also encounter it. > > Wang Xudong <[email protected]> 于2025年9月13日周六 17:44写道: > > > Hi, > > > > I would like to propose a release of Apache DataFusion version 50.0.0. > > > > This release candidate is based on commit: > > 10343c18292fc3a9ca62b59c8bb530169fe79b82 [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 50.0.0 > > [ ] +0 > > [ ] -1 Do not release this as Apache DataFusion 50.0.0 because... > > > > Here is my vote: > > > > +1 > > > > [1]: > > > https://github.com/apache/datafusion/tree/10343c18292fc3a9ca62b59c8bb530169fe79b82 > > [2]: > > > https://dist.apache.org/repos/dist/dev/datafusion/apache-datafusion-50.0.0-rc1 > > [3]: > > > https://github.com/apache/datafusion/blob/10343c18292fc3a9ca62b59c8bb530169fe79b82/CHANGELOG.md > > >
