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/arrow-rs.git


The following commit(s) were added to refs/heads/main by this push:
     new 6ec5d6db28 Update publish order for arrow-ord (#8919)
6ec5d6db28 is described below

commit 6ec5d6db28178d4db70ca9c4a30f448ac7f1020a
Author: Andrew Lamb <[email protected]>
AuthorDate: Tue Nov 25 06:27:00 2025 -0500

    Update publish order for arrow-ord (#8919)
    
    # Which issue does this PR close?
    
    - Part of https://github.com/apache/arrow-rs/issues/8464
    
    # Rationale for this change
    
    While releasing arrow 57.1.0 there is a new dependency on arrow-ord from
    arrow-select so I needed to change the order of publishing
    
    # What changes are included in this PR?
    
    Update instructions
    
    # Are these changes tested?
    
    I did so manually
    # Are there any user-facing changes?
    
    No
---
 dev/release/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/release/README.md b/dev/release/README.md
index 6edaaf8155..c89968b3ee 100644
--- a/dev/release/README.md
+++ b/dev/release/README.md
@@ -244,12 +244,12 @@ Rust Arrow Crates:
 (cd arrow-data && cargo publish)
 (cd arrow-array && cargo publish)
 (cd arrow-select && cargo publish)
+(cd arrow-ord && cargo publish)
 (cd arrow-cast && cargo publish)
 (cd arrow-ipc && cargo publish)
 (cd arrow-csv && cargo publish)
 (cd arrow-json && cargo publish)
 (cd arrow-avro && cargo publish)
-(cd arrow-ord && cargo publish)
 (cd arrow-arith && cargo publish)
 (cd arrow-string && cargo publish)
 (cd arrow-row && cargo publish)

Reply via email to