jecsand838 opened a new issue, #47930: URL: https://github.com/apache/arrow/issues/47930
### Describe the enhancement requested ### Summary The **Third‑Party Data Formats Implementation Status** table currently leaves the **Rust** cell blank for **Avro**. With the competition of https://github.com/apache/arrow-rs/issues/4886 and the introduction of the official `arrow-avro` crate in `arrow-rs`, this row should list **Rust = R/W**. - Affected page: https://arrow.apache.org/docs/status.html#third-party-data-formats - Current docs version shown on the page: v21.0.0 ### Evidence - **Release notes**: `arrow-rs` **57.0.0** (2025‑10‑19) lists _“Added Avro support (new `arrow-avro` crate)”_. https://github.com/apache/arrow-rs/releases/tag/57.0.0 - **Official rust docs (arrow.apache.org)**: `arrow-avro` crate provides a **reader** and a **writer** https://arrow.apache.org/rust/arrow_avro/index.html - **docs.rs** for `arrow-avro 57.0.0` says the same (reader + writer), with runnable round‑trip examples. https://docs.rs/arrow-avro/latest/arrow_avro/ - **Current status page** shows **Avro** with `R` for C++ and Java, but **Rust** is blank, implying no support. https://arrow.apache.org/docs/status.html#third-party-data-formats ### Proposed change Edit `docs/source/status.rst` (the “Third‑Party Data Formats” table) and set Rust's Avro cell to **`R/W`**. ### Component(s) Documentation -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
