Skip to content

Commit

Permalink
Fix sink flush
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse-Bakker committed Mar 7, 2024
1 parent 96a1cd8 commit 7da836d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dozer-core/src/executor/sink_node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ impl ReceiverLoop for SinkNode {
} else {
self.flush_scheduled_on_next_commit = true;
}
continue;
}
let op = receivers[index]
.recv()
Expand Down

0 comments on commit 7da836d

Please sign in to comment.