nathaniel-d-ef opened a new pull request, #8308: URL: https://github.com/apache/arrow-rs/pull/8308
# Which issue does this PR close? - Part of https://github.com/apache/arrow-rs/issues/4886 - Related to https://github.com/apache/arrow-rs/pull/8274 and https://github.com/apache/arrow-rs/pull/8298 # Rationale for this change This PR adds Map and Enum encoders to the arrow-avro crate writer. # What changes are included in this PR? New encoders: Map Enum Corresponding changes in support of these encoders in FieldEncoder and FieldPlan # Are these changes tested? Yes, additional complex type unit tests have been added. Benchmark tests have also been written but are being omitted here to keep the diff manageable. All tests, new and existing, pass. # Are there any user-facing changes? n/a, arrow-avro crate is not yet public -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
