Re: Window Assignment Across SplittableDoFn

2021-05-06 Thread Evan Galpin
Thanks! On Wed, May 5, 2021 at 23:14 Boyuan Zhang wrote: > Hi, > Yes, just like normal DoFn, Splittable DoFn preserves the window > information as well. > > On Wed, May 5, 2021 at 8:04 PM Evan Galpin wrote: > >> Hi folks, >> >> I’d just like to confirm what happens to window assignments

Re: Window Assignment Across SplittableDoFn

2021-05-05 Thread Boyuan Zhang
Hi, Yes, just like normal DoFn, Splittable DoFn preserves the window information as well. On Wed, May 5, 2021 at 8:04 PM Evan Galpin wrote: > Hi folks, > > I’d just like to confirm what happens to window assignments through a > SplittableDoFn. Are output elements automatically assigned to the

Window Assignment Across SplittableDoFn

2021-05-05 Thread Evan Galpin
Hi folks, I’d just like to confirm what happens to window assignments through a SplittableDoFn. Are output elements automatically assigned to the same window as input elements? Thanks, Evan