Re: FlatMap returning Row<> based on ArrayList elements()

2019-08-07 Thread Andres Angel
rstood your meaning. > > > > Best, > > Victor > > > > *From: *Andres Angel > *Date: *Wednesday, August 7, 2019 at 9:55 PM > *To: *Haibo Sun > *Cc: *user > *Subject: *Re: FlatMap returning Row<> based on ArrayList elements() > > > > Hello

Re: FlatMap returning Row<> based on ArrayList elements()

2019-08-07 Thread Victor Wong
Angel Date: Wednesday, August 7, 2019 at 9:55 PM To: Haibo Sun Cc: user Subject: Re: FlatMap returning Row<> based on ArrayList elements() Hello everyone, let me be more precis on what I'm looking for at the end because your example is right and very accurate in the way about how

Re: FlatMap returning Row<> based on ArrayList elements()

2019-08-07 Thread Andres Angel
Hello everyone, let me be more precis on what I'm looking for at the end because your example is right and very accurate in the way about how to turn an array into a Row() object. I have done it seamlessly: out.collect(Row.of(pelements.toArray())); Then I printed and the outcome is as expected: