Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
1.6.1
-
None
Description
The following code given in documentation throws an IllegalArgumentException: TumblingEventTimeWindows parameters must satisfy 0 <= offset < size.
> TumblingEventTimeWindows.of(Time.days(1), Time.hours(-8));
By design, the offset could be negative to fit in different time zones.