nathaniel-d-ef opened a new pull request, #8298:
URL: https://github.com/apache/arrow-rs/pull/8298

   # 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
   
   # Rationale for this change
   
   This PR extends on work introduced in #8274, adding additional complex type 
support to the Avro writer. This brings us closer to a complete round-trip 
capability and Avro spec support in the arrow-avro crate.
   
   # What changes are included in this PR?
   
   New encoders:
   Fixed
   UUID
   IntervalMonthDayNano
   IntervalYearMonth
   IntervalDayTime
   Enum
   Decimal32
   Decimal64
   Decimal128
   Decimal256
   Map
   
   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]

Reply via email to