Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: drop out-of-bound coords in reducer
The fix from #251 introduced a logic that 1. allocated all "too-old" coords to the first group coords[0] 2. deleted all but one entries from that first group. This caused aggregators to stop calculating proper results for that first group. The proposed new logic drops out-of-bounds entries already in the reducer. This allows the first group to have multiple entries. Aggregate functions should now work again.
- Loading branch information