Skip to content

Commit

Permalink
fix check
Browse files Browse the repository at this point in the history
  • Loading branch information
wenym1 committed Aug 5, 2024
1 parent 1e15ad0 commit 5f65382
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/stream/src/executor/backfill/snapshot_backfill.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<S: StateStore> {
/// Upstream table
upstream_table: StorageTable<S>,
Expand Down

0 comments on commit 5f65382

Please sign in to comment.