+Within the Rust Arrow ecosystem, the `arrow-avro` effort was created specifically to address this gap by providing a vectorized Avro reader/writer that speaks Arrow natively and supports the major Avro container/framing modes in common use (Object Container Files, Single‑Object Encoding, and Confluent's wire format). Centralizing this logic upstream makes it easier to collaborate with other projects, avoids bespoke, row‑based shims scattered across projects, and sets a clearer path for evolution and maintenance. ([Arrow‑rs issue: "Add Avro Support"](https://github.com/apache/arrow-rs/issues/4886).
0 commit comments