Hi everyone,

Please review and vote on hudi-rs 0.5.0-rc.2 as follows:

[ ] +1, Approve the release
[ ] -1, Do not approve the release (please provide specific comments)

The complete staging area is available for you to review:

* Release tracking issue is up-to-date [1]
* Categorized changelog for this release [2]
* Source release has been deployed to dist.apache.org [3]
* Source release can be verified using this script [4]
* Source code commit is tagged as "release-0.5.0-rc.2" [5]
* Source code commit CI has passed [6]
* Python artifacts have been published to pypi.org [7]
* Rust artifacts have been published to crates.io [8]

To verify basic functionality, install the RC and run the usage examples
[9]:

    pip install --pre hudi==0.5.0rc2   # Python (PyPI normalizes
"0.5.0-rc.2" to "0.5.0rc2")
    cargo add [email protected]          # Rust

Note that rc.1 was not put to a vote. Its manylinux publish job failed
after the
other jobs had already uploaded, leaving that version on PyPI without either
Linux wheel and without an sdist [10]. It was discarded in favor of this
candidate, which carries the fix along with a check that the publish
workflow
uploads nothing until every artifact has been built.

Please also note that this release raises the minimum Python version to
3.10.
Installing it on Python 3.9 reports no matching distribution rather than an
explanatory error.

The vote will be open for at least 72 hours. It is adopted by majority
approval, with at least 3 PMC affirmative votes.

Thanks,
Ethan Guo, Release manager

[1] https://github.com/apache/hudi-rs/issues/713
[2] https://github.com/apache/hudi-rs/issues/713#issuecomment-5548633590
[3] https://dist.apache.org/repos/dist/dev/hudi/hudi-rs-0.5.0-rc.2/
[4]
https://github.com/apache/hudi-rs/blob/aaaf59aa099227b8cc84b719864be4bd5c2791b1/release/verify_src_release.sh
[5] https://github.com/apache/hudi-rs/releases/tag/release-0.5.0-rc.2
[6] https://github.com/apache/hudi-rs/actions/runs/33977726011
[7] https://pypi.org/project/hudi/0.5.0rc2/
[8] https://crates.io/crates/hudi/0.5.0-rc.2
[9] https://github.com/apache/hudi-rs?tab=readme-ov-file#usage-examples
[10] https://github.com/apache/hudi-rs/issues/750

Reply via email to