Re: Table API zipWithIndex

2019-02-01 Thread Flavio Pompermaier
Yes, I'm looking for a unique identifiers for rows (incremental unfotunately..) Thanks Timo! On Fri, Feb 1, 2019 at 3:50 PM Timo Walther wrote: > Hi Flavio, > > I guess you are looking for a unique identifier for rows, right? > Currently, this is not possible in Table API. There, we only support

Re: Table API zipWithIndex

2019-02-01 Thread Timo Walther
Hi Flavio, I guess you are looking for a unique identifier for rows, right? Currently, this is not possible in Table API. There, we only support UUID(). Once the Table API has been enhanced to be more interactive, we might support such features. Regards, Timo Am 01.02.19 um 11:16 schrieb Fl