This is an automated email from the ASF dual-hosted git repository. alamb pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/datafusion.git
The following commit(s) were added to refs/heads/main by this push: new 1a53ba0d20 Update release readme (#17591) 1a53ba0d20 is described below commit 1a53ba0d2016af655668174effe98fc742e4765c Author: xudong.w <wxd963996...@gmail.com> AuthorDate: Tue Sep 16 20:30:18 2025 +0800 Update release readme (#17591) --- dev/release/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dev/release/README.md b/dev/release/README.md index 02c2f663c6..5b51295efd 100644 --- a/dev/release/README.md +++ b/dev/release/README.md @@ -280,6 +280,7 @@ Verify that the Cargo.toml in the tarball contains the correct version (cd datafusion/execution && cargo publish) (cd datafusion/functions && cargo publish) (cd datafusion/physical-expr && cargo publish) +(cd datafusion/physical-expr-adapter && cargo publish) (cd datafusion/functions-aggregate && cargo publish) (cd datafusion/functions-window && cargo publish) (cd datafusion/functions-nested && cargo publish) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@datafusion.apache.org For additional commands, e-mail: commits-h...@datafusion.apache.org