ArroyoSystems / arroyo

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

fix sliding window data expiration. #596

Closed jacksonrnewhouse closed 2 months ago

jacksonrnewhouse commented 2 months ago

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