nathaniel-d-ef opened a new pull request, #7557: URL: https://github.com/apache/arrow-rs/pull/7557
# Which issue does this PR close? Part of [4886](https://github.com/apache/arrow-rs/issues/4886) Related to [6965] https://github.com/apache/arrow-rs/pull/6965 # Rationale for this change This change expands upon the Avro reader logic by adding full support for the Fixed type. It builds out the `Fixed` path currently stubbed out. # What changes are included in this PR? Adds `Fixed` support to the arrow-avro crate with changes to the following: 1. arrow-avro/src/reader/cursor.rs: - Adds a `get_fixed` helper method to read the specified bytes into a buffer. 2. arrow-avro/src/reader/record.rs: - Introduces the Fixed decoding path, building out the `nyi` `Codec::Fixed` in the `Decoder`. - Adds tests. # Are there any user-facing changes? n/a -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org