Re: CoGroupedStreams and disableAutoGeneratedUIDs

2021-12-13 Thread Dan Hill
ations and assign > > uids > > * However the two maps are stateless and technically don’t need a uid > > > > What do you think? > > > > Thias > > > > *From:*Dan Hill > > *Sent:* Montag, 13. Dezember 2021 06:30 > > *To:* user > &g

Re: CoGroupedStreams and disableAutoGeneratedUIDs

2021-12-12 Thread Timo Walther
are stateless and technically don’t need a uid What do you think? Thias *From:*Dan Hill *Sent:* Montag, 13. Dezember 2021 06:30 *To:* user *Subject:* CoGroupedStreams and disableAutoGeneratedUIDs Hi.  I tried to use CoGroupedStreams w/ disableAutoGeneratedUIDs. CoGroupedStreams creates two map

RE: CoGroupedStreams and disableAutoGeneratedUIDs

2021-12-12 Thread Schwalbe Matthias
can locate the two Map transformations and assign uids * However the two maps are stateless and technically don’t need a uid What do you think? Thias From: Dan Hill Sent: Montag, 13. Dezember 2021 06:30 To: user Subject: CoGroupedStreams and disableAutoGeneratedUIDs Hi. I tried

CoGroupedStreams and disableAutoGeneratedUIDs

2021-12-12 Thread Dan Hill
Hi. I tried to use CoGroupedStreams w/ disableAutoGeneratedUIDs. CoGroupedStreams creates two map operators without the ability to set uids on them. These appear as "Map" in my operator graph. I noticed that the CoGroupedStreams.apply function has two map calls without setting uids. If I try to