Re: Mixing POJO and Tuples

2015-11-10 Thread Flavio Pompermaier
; end in my UDF) I was thinking to add them as fields instead of increasing >> the arity of the extended Tuple to avoid to change all the input and output >> of my UDFs. >> >> In this way I'm mixing POJO and Tuples. Do you see any problem in that >> approach? >> >> Best, >> Flavio >> > >

Re: Mixing POJO and Tuples

2015-11-10 Thread Fabian Hueske
involved in any Flink operator (just in the > end in my UDF) I was thinking to add them as fields instead of increasing > the arity of the extended Tuple to avoid to change all the input and output > of my UDFs. > > In this way I'm mixing POJO and Tuples. Do you see any problem in that > approach? > > Best, > Flavio >

Mixing POJO and Tuples

2015-11-10 Thread Flavio Pompermaier
increasing the arity of the extended Tuple to avoid to change all the input and output of my UDFs. In this way I'm mixing POJO and Tuples. Do you see any problem in that approach? Best, Flavio