ArroyoSystems / arroyo

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

Update DF fork to f2792f6d for metrics memory leak fix #717

Closed mwylde closed 3 months ago

mwylde commented 3 months ago

This PR updates our version of DataFusion to https://github.com/ArroyoSystems/arrow-datafusion/commit/f2792f6da858a9824bdc8202d7d14387a46e6cdc, which fixes a leak in the metrics system for the SortExecutor.

This partially addresses #691