Kriskras99 opened a new pull request, #486:
URL: https://github.com/apache/avro-rs/pull/486
These are a bunch of small fixes that don't really deserve their own PRs.
- fix: Use `#[track_caller]` for `assert{,_not}_logged` to show the caller
source location when panicking
- fix: Use `Write::write_all` in `utils::encode_variable`
- fix: Change default of `SER_BYTES_TYPE` to `BytesType::Unset` and set if
for every serialize/deserialize call
- This is not used yet, but will be used in the improvements to
`SchemaAwareWriteSerializer` that will also add enum support
- fix: Implement `AvroSchemaComponent` for `()`
- fix!: `Alias::name` and `Alias::namespace` should return references, user
can clone if needed
- This is a breaking change, but easy to resolve by calling `.clone()` on
the return value of the functions
- fix: `deserialize_big_decimal` doesn't need a `Vec<u8>`
- This is not used yet, but will also be used in the improvements to
`SchemaAwareWriteSerializer`
--
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]