rayokota opened a new pull request, #106: URL: https://github.com/apache/avro-rs/pull/106
Add a "from" datum reader that can take reader schemata. Currently the `from_avro_datum_schemata` method can take writer schemata so that references in the writer schema can be resolved correctly, but it does not take reader schemata so that references in the reader schema can be resolved correctly. I've added a new method `from_avro_datum_reader_schemata` that can take both writer and reader schemata. -- 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: dev-unsubscr...@avro.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org