GH-47930: Update Rust support status for Avro format in documentation #47931
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Rationale for this change
The Third‑Party Data Formats Implementation Status table currently leaves the Rust column blank for Avro. As of
arrow-rs57.0.0 (tagged 2025‑10‑19), Arrow’s Rust implementation ships an officialarrow-avrocrate that provides both read and write support.References:
arrow-avrocrate)"arrow_avrocrate docs describing reader + writer support.What changes are included in this PR?
R/Win 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.