Hi, When I generate the code using avro maven plugin it doesn't implement serilalizable.
public class Attributed extends org.apache.avro.specific.SpecificRecordBase
implements org.apache.avro.specific.SpecificRecord {
I see jira https://issues.apache.org/jira/browse/AVRO-1502 which was
resolved to implement serializable.
Am I missing something when I generate the code.
Thanks
Giri
