Kriskras99 opened a new pull request, #351:
URL: https://github.com/apache/avro-rs/pull/351
This is a (failing) test for when the field order differs between the struct
(Serde) and the schema:
```
The application panicked (crashed).
assertion `left == right` failed
left: Foo { a: "World", b: "Hello" }
right: Foo { a: "Hello", b: "World" }
in avro/src/ser_schema.rs, line 2940
thread: ser_schema::tests::different_field_order_serde_vs_schema
```
There are two options:
- Require that the field order is the same
- Modify `ser_schema.rs` (and potentially `de.rs`) to care about the field
order
--
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]