martin-g commented on issue #225: URL: https://github.com/apache/avro-rs/issues/225#issuecomment-3082857157
Hey @Fokko ! https://github.com/apache/avro-rs/pull/228 With this change the error message would look like: ``` apache_avro::error::Error: Could not find matching type in UnionSchema { schemas: [Int, Null], variant_index: {Null: 1, Int: 0} } for Int(5) ``` -- 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]
