Skip to content

Commit

Permalink
Robust join implementation (#307)
Browse files Browse the repository at this point in the history
* robust join implementation

* improve organization and comments
  • Loading branch information
frankmcsherry authored Feb 23, 2021
1 parent 508caff commit e229d54
Show file tree
Hide file tree
Showing 3 changed files with 166 additions and 99 deletions.
1 change: 1 addition & 0 deletions src/operators/arrange/agent.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ where
self.advance.borrow()
}
fn set_physical_compaction(&mut self, frontier: AntichainRef<Tr::Time>) {
debug_assert!(timely::PartialOrder::less_equal(&self.through.borrow(), &frontier));
self.trace.borrow_mut().adjust_through_frontier(self.through.borrow(), frontier);
self.through.clear();
self.through.extend(frontier.iter().cloned());
Expand Down
Loading

0 comments on commit e229d54

Please sign in to comment.