Hi, record_old was JSON serialized using schema_old record_new was JSON serialized using schema_new
schema_new is evolved from schema_old Now if I try to de serialize the record_old with schema_new I'm getting following error org.apache.avro.AvroTypeException: Expected start-union. Got END_OBJECT How can we fix this ? Appreciate any help Thanks
