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 d519bb8003 Add geo-parquet publishing instructions (#8690)
d519bb8003 is described below

commit d519bb800340fa1a5e2601ae51cba82be3a7aa4b
Author: Andrew Lamb <[email protected]>
AuthorDate: Thu Oct 23 13:21:53 2025 -0400

    Add geo-parquet publishing instructions (#8690)
    
    # Which issue does this PR close?
    
    - part of #7835
    
    # Rationale for this change
    
    We added a new crate so let's add that to the instructions too
    # What changes are included in this PR?
    
    
    # Are these changes tested?
    
    # Are there any user-facing changes?
---
 dev/release/README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev/release/README.md b/dev/release/README.md
index a52274649f..d618bff7dd 100644
--- a/dev/release/README.md
+++ b/dev/release/README.md
@@ -260,6 +260,7 @@ Rust Arrow Crates:
 (cd parquet-variant && cargo publish)
 (cd parquet-variant-json && cargo publish)
 (cd parquet-variant-compute && cargo publish)
+(cd parquet-geospatial && cargo publish)
 (cd parquet && cargo publish)
 (cd parquet_derive && cargo publish)
 (cd arrow-integration-test && cargo publish)

Reply via email to