Kriskras99 opened a new pull request, #339: URL: https://github.com/apache/avro-rs/pull/339
In Avro 1.12 official support for the `fixed` type was added for the logical type `uuid`. avro-rs had a different interpretation of that and would rewrite it to a `bytes` type. To remain compatible with the legacy implementation, avro-rs now supports `string`, `fixed`, and `bytes`. `bytes` does not match spec, but does allow users to read already encoded data. This is a severe breaking change, although only for people who only use avro-rs (the legacy encoding did not, and still does not work with other languages). I've also reworked `Schema::Decimal` to use a similar setup as `Schema::Uuid` which saves a `Box` and does not make the type bigger. -- 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]
