From c8b80b7b0dcdcb75f6662915b1fa4522c07f9d3f Mon Sep 17 00:00:00 2001 From: xxchan Date: Mon, 2 Sep 2024 16:04:47 +0800 Subject: [PATCH] Update source_backfill_executor.rs --- src/stream/src/executor/source/source_backfill_executor.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stream/src/executor/source/source_backfill_executor.rs b/src/stream/src/executor/source/source_backfill_executor.rs index bda1e36132502..6b22293331306 100644 --- a/src/stream/src/executor/source/source_backfill_executor.rs +++ b/src/stream/src/executor/source/source_backfill_executor.rs @@ -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(_)) {