diff --git a/src/stream/src/executor/source_v2/fetch_executor.rs b/src/stream/src/executor/source_v2/fetch_executor.rs index f403da53eda7..e4d62865bca0 100644 --- a/src/stream/src/executor/source_v2/fetch_executor.rs +++ b/src/stream/src/executor/source_v2/fetch_executor.rs @@ -236,7 +236,7 @@ impl FsFetchExecutor { ); // If it is a recovery startup, - // there can be file assigments in state store. + // there can be file assignments in state store. // Hence we try to build a reader first. Self::try_replace_with_new_reader( &mut is_datastream_empty,