Skip to content

Commit

Permalink
Update source_backfill_executor.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
xxchan committed Sep 2, 2024
1 parent 7a70a4c commit 2b8f062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stream/src/executor/source/source_backfill_executor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ impl BackfillStage {
}
BackfillState::Finished => {
vis = true;
// This split's backfilling is finisehd, we are waiting for other splits
// This split's backfilling is finished, we are waiting for other splits
}
}
if matches!(state, BackfillState::Backfilling(_)) {
Expand Down

0 comments on commit 2b8f062

Please sign in to comment.