From 5f65382ff0ba0ff671eab1d3f23fe63cf1cdf5ea Mon Sep 17 00:00:00 2001 From: William Wen Date: Mon, 5 Aug 2024 16:31:57 +0800 Subject: [PATCH] fix check --- src/stream/src/executor/backfill/snapshot_backfill.rs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/stream/src/executor/backfill/snapshot_backfill.rs b/src/stream/src/executor/backfill/snapshot_backfill.rs index 2dc2c87aa47e..5926acdf1d1a 100644 --- a/src/stream/src/executor/backfill/snapshot_backfill.rs +++ b/src/stream/src/executor/backfill/snapshot_backfill.rs @@ -40,11 +40,6 @@ use crate::executor::{ }; use crate::task::CreateMviewProgress; -/// Similar to [`super::no_shuffle_backfill::BackfillExecutor`]. -/// Main differences: -/// - [`crate::executor::ArrangementBackfillExecutor`] can reside on a different CN, so it can be scaled -/// independently. -/// - To synchronize upstream shared buffer, it is initialized with a [`ReplicatedStateTable`]. pub struct SnapshotBackfillExecutor { /// Upstream table upstream_table: StorageTable,