Skip to content

Commit

Permalink
apacheGH-41386: [Docs] Document Arrow Go Avro read support (apache#41393
Browse files Browse the repository at this point in the history
)

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](apache/arrow-rs#4886) and [this
comment](apache/arrow-rs#5562 (comment))
that we should hold off on indicating that the Rust implementation can
read Avro files.

* GitHub Issue: apache#41386
  • Loading branch information
ianmcook authored and vibhatha committed May 25, 2024
1 parent 37e7272 commit 07cac5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/status.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 | |
+-----------------------------+---------+---------+-------+----+-------+-------+-------+-------+
Expand Down

0 comments on commit 07cac5b

Please sign in to comment.