From f32d94520d132dda6b953602f558983c8c75a63c Mon Sep 17 00:00:00 2001 From: Richard Chien Date: Wed, 11 Dec 2024 16:49:05 +0800 Subject: [PATCH] typo Signed-off-by: Richard Chien --- src/stream/src/executor/backfill/cdc/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stream/src/executor/backfill/cdc/mod.rs b/src/stream/src/executor/backfill/cdc/mod.rs index 3e06ec791503..4b76dce042d4 100644 --- a/src/stream/src/executor/backfill/cdc/mod.rs +++ b/src/stream/src/executor/backfill/cdc/mod.rs @@ -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,