Re: Unable to get Avro schema alias working for an array item

2022-01-15 Thread Spencer Nelson
This should work according to the spec. What language and Avro library are you using, and with what version? Aliases are a bit tricky to use correctly. When deserializing, you may need to indicate the writer’s schema as using oldFieldName1 and oldFieldName2, while the reader schema uses

Re: Spec wording on fullnames is not clear

2021-12-27 Thread Spencer Nelson
Trick question! "c" is a *field name*, not a type name, so the fullname is either "a.d" or "d". Fields don't have fullnames. But your question is still good. I don't think this is clear in the Avro specification either. I asked avro-dev about this about a year ago and got no response: