In some cases, the query range is not fully aligned with TimeWindow, resulting in differences in boundary buckets. ## Suggested fix 1. Use a half-open interval `[from, to)` for queries. 2. Refine the range boundaries when necessary.
In some cases, the query range is not fully aligned with TimeWindow, resulting in differences in boundary buckets.
Suggested fix
[from, to)for queries.