This is an automated email from the ASF dual-hosted git repository.
kriskras99 pushed a change to branch feat/default_array_map
in repository https://gitbox.apache.org/repos/asf/avro-rs.git
from f7a863d fix: Support defaults with references
add 2d8b6cc fix!: Replace `From` implementations that could panic with
`TryFrom` implementations
No new revisions were added by this update.
Summary of changes:
avro/src/error.rs | 6 +++
avro/src/schema/mod.rs | 2 +-
avro/src/schema/parser.rs | 5 +-
avro/src/schema/record/field.rs | 2 +-
avro/src/types.rs | 116 ++++++++++++++++++++++++----------------
avro/src/writer.rs | 4 +-
avro/tests/schema.rs | 2 +-
7 files changed, 83 insertions(+), 54 deletions(-)