Re: Re: AVRO Union type support in Flink

2017-07-19 Thread Vishnu Viswanath
not find > such a check in AvroTypeInfo. The field should have a generic type, so you > can work with it. If you want to use it as key, you might have to use a > mapper before and convert it into a valid key type. > > Timo > > > Weitergeleitete Nachricht ---- > B

Re: AVRO Union type support in Flink

2017-07-19 Thread Timo Walther
Hi Vishnu, I took a look into the code. Actually, we should support it. However, those types might be mapped to Java Objects that will be serialized with our generic Kryo serializer. Have you tested it? Regards, Timo Am 19.07.17 um 06:30 schrieb Martin Eden: Hey Vishnu, For those of us on

Re: AVRO Union type support in Flink

2017-07-18 Thread Martin Eden
Hey Vishnu, For those of us on the list that are not very familiar with Flink and Avro can you give a pointed to the docs you are referring to and how you intend to use it? Just so we gain understanding as well. Thanks, Martin On Tue, Jul 18, 2017 at 9:12 PM, Vishnu Viswanath < vishnu.viswanat..