From 07cac5bdbe4d13eec83fc77ce6300c5e8f25fc9c Mon Sep 17 00:00:00 2001 From: Ian Cook Date: Fri, 26 Apr 2024 11:33:34 -0400 Subject: [PATCH] GH-41386: [Docs] Document Arrow Go Avro read support (#41393) Updates the Implementation Status docs page to reflect that the Go implementation can read Avro files. For the Rust implementation, I inferred from [this PR](https://github.com/apache/arrow-rs/issues/4886) and [this comment](https://github.com/apache/arrow-rs/issues/5562#issuecomment-2024885348) that we should hold off on indicating that the Rust implementation can read Avro files. * GitHub Issue: #41386 --- 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 f4672d6b4bc55..266381175608a 100644 --- a/docs/source/status.rst +++ b/docs/source/status.rst @@ -353,7 +353,7 @@ Third-Party Data Formats | Format | C++ | Java | Go | JS | C# | Rust | Julia | Swift | | | | | | | | | | | +=============================+=========+=========+=======+====+=======+=======+=======+=======+ -| Avro | | R | | | | | | | +| Avro | | R | R | | | | | | +-----------------------------+---------+---------+-------+----+-------+-------+-------+-------+ | CSV | R/W | R (2) | R/W | | | R/W | R/W | | +-----------------------------+---------+---------+-------+----+-------+-------+-------+-------+