Kriskras99 opened a new pull request, #421:
URL: https://github.com/apache/avro-rs/pull/421

   Without my changes the test would fail with:
   ```
       Backtrace omitted. Run with RUST_BACKTRACE=1 to display it.
       Run with RUST_BACKTRACE=full to include source snippets.
   
       The application panicked (crashed).
         apache_avro::error::Error: Error { details: Failed to serialize value 
of type bytes using schema Fixed(FixedSchema { name: Name { name: "fixed4", 
namespace: None }, aliases: None, doc: None, size: 4, default: None, 
attributes: {} }): 456789ab. Cause: Fixed schema size (4) does not match the 
value length (8) }
       in avro/src/serde/ser_schema.rs, line 3578
       thread: 
serde::ser_schema::tests::avro_rs_421_serialize_bytes_union_of_fixed
   ```


-- 
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