jdarais opened a new pull request, #543: URL: https://github.com/apache/avro-rs/pull/543
It looks like serialization/deserialization was made more strict, and in the process, Deserializer no longer supports deserializing BigDecimal as a string, (which is what BigDecimal serializes/deserializes to/from by default.) That's ok, since you can just add `#[serde(with="apache_avro::serde::bigdecimal")]`, but then it appears that deserializing BigDecimal as bytes is missing. This PR adds the missing support for deserializing BigDecimal as bytes. -- 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]
