update as well.
>
> Márton Balassi ezt írta (időpont: 2015. jún.
> 29., H, 11:02):
>
> > I have found two off-by-one issues in the windowing code.
> >
> > The first may result in duplicate data in the last window and is easy to
> > fix. [1]
> >
> > Th
merging the partial aggregates will
be conceptually similar after Aljoscha's update as well.
Márton Balassi ezt írta (időpont: 2015. jún.
29., H, 11:02):
> I have found two off-by-one issues in the windowing code.
>
> The first may result in duplicate data in the last window and is eas
I have found two off-by-one issues in the windowing code.
The first may result in duplicate data in the last window and is easy to
fix. [1]
The second may result data being swallowed in the last window, and is also
not difficult to fix. [2]
I've talked to Aljoscha about fixing the secon