powered by
Constructs a list of lists Avro schema for the tagged union type.
list
avro_union(...)
schemas for each of the possible sub-types
avro_union(avro_null, avro_int) # a way to make a nullable int avro_union(avro_double, avro_string) # any set of types can be unioned
Run the code above in your browser using DataLab