TimelyDataflow / differential-dataflow

An implementation of differential dataflow using timely dataflow on Rust.
MIT License
2.56k stars 183 forks source link

Adjust for timely TimelyDataflow/timely-dataflow#569 #511

Closed antiguru closed 3 months ago

antiguru commented 4 months ago

This fixes a potential bug in the consolidating container builder where it would not clear buffers that were exposed to the user. There is no obligation for the user to call clear, so call it when recycling.

Signed-off-by: Moritz Hoffmann antiguru@gmail.com

antiguru commented 3 months ago

@frankmcsherry seems ok with it, so merging!