File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -39,10 +39,10 @@ use std::collections::BTreeMap;
39
39
40
40
use timely:: dataflow:: operators:: probe:: Handle ;
41
41
use timely:: progress:: frontier:: AntichainRef ;
42
+ use timely:: dataflow:: operators:: Probe ;
42
43
43
44
use differential_dataflow:: input:: Input ;
44
45
use differential_dataflow:: operators:: arrange:: ArrangeByKey ;
45
- use differential_dataflow:: operators:: * ;
46
46
use differential_dataflow:: trace:: cursor:: Cursor ;
47
47
use differential_dataflow:: trace:: TraceReader ;
48
48
@@ -65,8 +65,7 @@ fn main() {
65
65
/* Be sure to attach probe to arrangements we want to enumerate;
66
66
* so we know when all updates for a given epoch have been added to the arrangement. */
67
67
graph_arr
68
- . as_collection ( |_, v| * v)
69
- . consolidate ( )
68
+ . stream
70
69
//.inspect(move |x| println!("{:?}", x))
71
70
. probe_with ( & mut probe) ;
72
71
You can’t perform that action at this time.
0 commit comments