Skip to content

Commit

Permalink
GH-41386: [Docs] Document Arrow Go Avro read support (#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: #41386
  • Loading branch information
ianmcook authored Apr 26, 2024
1 parent 2710626 commit 0f56339
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 0f56339

Please sign in to comment.