Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Rossil2012 committed Sep 28, 2023
1 parent fd4b239 commit 04d1010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stream/src/executor/source_v2/fetch_executor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ impl<S: StateStore> FsFetchExecutor<S> {
);

// 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,
Expand Down

0 comments on commit 04d1010

Please sign in to comment.