Commits


Martin Grigorov authored and GitHub committed 9738a759f01
AVRO-3526: RUST: Improve schema resolution related to byte types (#1706) * Remove obsolete TODO in Rust code It has been addressed 2 years ago with https://github.com/flavray/avro-rs/pull/146/files#diff-cfb402317f9a1267396cd28c72ab83f4236dca6ebbf2f87ed850f2b82da5862dR385 Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org> * AVRO-3526: Rust: Improve resolving Bytes and Fixed from string Unicode related documentation: https://en.wikipedia.org/wiki/UTF-8#Invalid_sequences_and_error_handling Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>