Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Chien <[email protected]>
  • Loading branch information
stdrc committed Dec 11, 2024
1 parent 3bc2ccb commit f32d945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stream/src/executor/backfill/cdc/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pub use upstream_table::external::ExternalStorageTable;
pub struct CdcScanOptions {
/// Whether to disable backfill
pub disable_backfill: bool,
/// Barreir interval to start a new snapshot read
/// Barrier interval to start a new snapshot read
pub snapshot_interval: u32,
/// Batch size for a snapshot read query
pub snapshot_batch_size: u32,
Expand Down

0 comments on commit f32d945

Please sign in to comment.