orange-night-91387
02/16/2021, 9:58 PMline 531-533:
case STRING:
result = new Utf8((String) value);
break;
Value in this case is a DataMap representing a DatasetUrn. The Avro schema defines that as as a String type expecting something like "urnlidataset:..." but since it is in the form "{ platform: {...}, origin: ... , name: ...}" this case results in a ClassCastException. Is there a different way I can generate the GenericRecord with the format I have?
NOTE: This is NOT master, this is a separate development branch that I'm working on in a forked repo. Not a bug report, looking for advice 🙂mammoth-bear-12532
orange-night-91387
02/16/2021, 10:12 PMorange-night-91387
02/16/2021, 10:50 PMmicroscopic-receptionist-23548
02/16/2021, 11:00 PM