Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kwannoel committed May 15, 2023
1 parent 28bc128 commit 521d683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stream/src/executor/backfill.rs
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ where
let left_upstream = upstream.by_ref().map(Either::Left);

let right_snapshot = pin!(Self::snapshot_read(
&self.upstreamtable,
&self.upstream_table,
snapshot_read_epoch,
current_pos.clone(),
true
Expand Down

0 comments on commit 521d683

Please sign in to comment.