TimelyDataflow / differential-dataflow

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

Fix panic in to_vec #512

Closed antiguru closed 1 month ago

antiguru commented 1 month ago

rewind_vals only works if there are any values.

frankmcsherry commented 1 month ago

We should file an issue about the lack of clarity around requirements in calling these cursor methods. Certainly if the library itself cannot follow instructions, something is unclear. :D