Re: Off-by-one issues in the windowing code

2015-06-30 Thread Maximilian Michels
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

Re: Off-by-one issues in the windowing code

2015-06-29 Thread Gyula Fóra
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

Off-by-one issues in the windowing code

2015-06-29 Thread Márton Balassi
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