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.git


The following commit(s) were added to refs/heads/main by this push:
     new 7623887f0a GH-47930: Update Rust support status for Avro format in 
documentation (#47931)
7623887f0a is described below

commit 7623887f0aaef84c3f1fc209fd3f054feeeba753
Author: Connor Sanders <[email protected]>
AuthorDate: Tue Oct 28 14:35:55 2025 -0500

    GH-47930: Update Rust support status for Avro format in documentation 
(#47931)
    
    ### Rationale for this change
    
    The **Third‑Party Data Formats Implementation Status** table currently
    leaves the **Rust** column blank for **Avro**. As of `arrow-rs`
    **57.0.0** (tagged 2025‑10‑19), Arrow’s Rust implementation ships an
    official **`arrow-avro`** crate that provides **both read and write**
    support.
    
    References:
    - arrow‑rs 57.0.0 release notes: "**Added Avro support (new `arrow-avro`
    crate)**"
    - https://github.com/apache/arrow-rs/issues/4886 is closed.
    - `arrow_avro` crate docs describing reader + writer support.
    - GitHub Issue: https://github.com/apache/arrow/issues/47930
    
    ### What changes are included in this PR?
    
    - Edited the **"Third‑Party Data Formats"** table's **Avro Rust** cell
    to `R/W` in the `docs/source/status.rst file.
    
    ### Are these changes tested?
    
    N/A, docs‑only change. The Sphinx docs build in CI will validate the
    page renders correctly.
    
    ### Are there any user-facing changes?
    
    Yes. The published Implementation Status page will show Avro as R/W for
    Rust under Third‑Party Data Formats.
    
    * GitHub Issue: #47930
---
 docs/source/status.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/source/status.rst b/docs/source/status.rst
index 6aff1a8c12..6b8098bd99 100644
--- a/docs/source/status.rst
+++ b/docs/source/status.rst
@@ -338,7 +338,7 @@ Third-Party Data Formats
 | Format                      | C++     | Java    | Go    | JS | C#    | Rust  
| Julia | Swift |
 |                             |         |         |       |    |       |       
|       |       |
 
+=============================+=========+=========+=======+====+=======+=======+=======+=======+
-| Avro                        |         | R       | R     |    |       |       
|       |       |
+| Avro                        |         | R       | R     |    |       | R/W   
|       |       |
 
+-----------------------------+---------+---------+-------+----+-------+-------+-------+-------+
 | CSV                         | R/W     | R (2)   | R/W   |    |       | R/W   
| R/W   |       |
 
+-----------------------------+---------+---------+-------+----+-------+-------+-------+-------+

Reply via email to