avro icon indicating copy to clipboard operation
avro copied to clipboard

AVRO-2243 Added support for union types for a given Class without using @Union …

Open vamsi360 opened this issue 7 years ago • 0 comments

…annotation. This is helpful when you cannot statically add @Union annotation to a class you want to generate Union subtypes for when using ReflectData.get().getSchema(Class<?>). Added test like @Union test and its passing

vamsi360 avatar Oct 16 '18 09:10 vamsi360