Commit 7623887
authored
### 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)**"
- apache/arrow-rs#4886 is closed.
- `arrow_avro` crate docs describing reader + writer support.
- GitHub Issue: #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
1 parent 4095d92 commit 7623887
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
338 | 338 | | |
339 | 339 | | |
340 | 340 | | |
341 | | - | |
| 341 | + | |
342 | 342 | | |
343 | 343 | | |
344 | 344 | | |
| |||
0 commit comments