ScaleUnlimited / cascading.avro

Cascading Scheme for the Apache Avro data serialization format
Other
19 stars 25 forks source link

Request remove limitation "Unions may only consist of a concrete type and null in cascading.avro" #23

Closed stanfea closed 10 years ago

stanfea commented 10 years ago

Hi,

At the moment the only avro union's support are those of type [:null :string] or [:null :int] etc I have an avro shema with a union that references different Record schemas ["Cat" "Mouse" "Dog"]

How much work would removing this limitation require?

Thanks

stanfea commented 10 years ago

fixed https://github.com/ScaleUnlimited/cascading.avro/pull/24