ArroyoSystems / arroyo

Distributed stream processing engine in Rust
https://arroyo.dev
Apache License 2.0
3.81k stars 223 forks source link

fix sliding window data expiration. #596

Closed jacksonrnewhouse closed 7 months ago

jacksonrnewhouse commented 7 months ago

Sliding window bin expiration was off by one. This adds a test and fixes it.