On Tue, May 7, 2013 at 6:05 PM, Doug Cutting <[email protected]> wrote:
> On Tue, May 7, 2013 at 7:35 AM, Bernd Fondermann > <[email protected]> wrote: > > The original schema contains a union of WPPageType and "null". > > I fixed a bug with specific enums, but there may still be a problem > with enums in unions. I'll take another look. > Thanks, the bug is fixed if I don't use a union. However, if there are two enums in a union, could the deserialization possibly work? How would Avro know which one was serialized? I didn't see that in the code. Bernd
