-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Storage Execution
-
Fully Compatible
-
v8.0, v7.0
-
Execution Team 2024-11-25
The check that a timeseries collection's bucket's min and max timestamps match with the data does not hold for extended range events, but currently we check that a bucket is extended range event by checking if it's max timestamp is less than the epoch - we should check whether the minimum is less than the epoch, since otherwise we might not recognize a bucket that spans the epoch as being extended range.