You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(blooms): Fix partitionSeriesByDay function (#12900)
The function `partitionSeriesByDay` could yield empty when chunks were outside of the requested time range.
This would result in requests for a time range that does not contain any
chunks for a series to filter. These requests would return errors, because a subsequent `partitionSeriesByDay` for would remove that day resulting in no task.
Signed-off-by: Christian Haudum <[email protected]>
0 commit comments