Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yezizp2012 committed Sep 29, 2024
1 parent 1717723 commit 51c79fc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/meta/src/stream/stream_manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -636,9 +636,6 @@ impl GlobalStreamManager {
id
)))?;
}
if let MetadataManager::V1(mgr) = &self.metadata_manager {
mgr.catalog_manager.cancel_create_materialized_view_procedure(id.into(), fragment.internal_table_ids()).await?;
}
match &self.metadata_manager {
MetadataManager::V1(mgr) => {
mgr.catalog_manager.cancel_create_materialized_view_procedure(id.into(), fragment.internal_table_ids()).await?;
Expand Down

0 comments on commit 51c79fc

Please sign in to comment.